At 11:47 AM -0800 2/16/04, Scott Chapman wrote:
I'd like to be able to see all the sql traffic going to/from my sqlite
database.  Is there a way to run things in a debug mode so that it
outputs the sql traffic to a log file, similar to how you'd do it in
Postgres?
Scott

This may not be the answer you're looking for, but if you have common gateway code (a wrapper) mediating all access to the database, then that may have the option. For example, I think that for Perl users the DBI library itself has such logging functions (or a plug-in for such). Or if you are using ODBC or some kind of proxy. -- Darren Duncan


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to