Accessing raw SQL?

Wilco

New member
Joined
Jan 3, 2008
Messages
1
Programming Experience
3-5
Is there some way (ethier through debugging, or simply sending it to the page) I can output the raw SQL being used to query the database? Say I have a TabeAdapter with some basic query functions - how could I see the resulting query that's actually used (with all the values filled in of course)?

I'd like to be able to copy/paste into a query window for debugging purposes.
 
Back
Top