erichar11 wrote:
Thanks for the tip, just got profiler running and it should work just fine.
You can also step into the code, until you arrive into the DAO class, then step over the creation of the query (for example a selectQuery) and type in the command window in vs.net:
(C#)
?((RetrievalQuery)selectQuery).ToString()
You can also click open the selectQuery's Command object and browse to the CommandText property's contents.
But profiler is the best choice