Preview SOQL ?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Cloud Applications
Post Reply
PascalD2
Posts: 9
Joined: Wed 12 Jan 2011 03:48

Preview SOQL ?

Post by PascalD2 » Fri 15 Apr 2016 21:06

HI,

Is there a way to see what is the SOQL sent to Salesforce when using the SalesForceAdapter?

I am having some problems with a query and dbMonitor only gives me the original SQL so I can't really debug.

I have a query with a COUNT(*) and a group by 2 fields that gives me the same count for both records (4) as I should have 1 and 3

Thanks!

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Preview SOQL ?

Post by Shalex » Mon 18 Apr 2016 12:58

We recommend using Fiddler to trace web activity, i.e. the actual SOQL queries sent to the server by the provider.

JIC: https://www.devart.com/dotconnect/sales ... ement.html.

Post Reply