in reply to How to see executed SQL string?

Apart from the DBI's tracing you might want to see if your database allows some tracing. Eg. if you were using MS SQL Server you might what to try the "SQL Profiler" that gets installed with it. It may give you more information than you need.

Jenda
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live.
   -- Rick Osborne

Edit by castaway: Closed small tag in signature

Replies are listed 'Best First'.
Re: Re: How to see executed SQL string?
by Mask (Pilgrim) on Jun 06, 2003 at 07:10 UTC
    Thank you guys, it was a real help!