-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

P Kishor wrote:
> I have a rather opaque application that is calling my db. Is there
> something I can turn on in SQLite that will log all the statements
> executed against it?

If you are using Linux then you can use the ltrace program to trace
calls and their parameters.  You would want to track execution of
sqlite3_prepare.

  http://linux.die.net/man/1/ltrace

Roger

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFICc9vmOOfHg372QQRAiX6AKCxaMN8kzLVGmSYagQIcdrjeV544gCgtUhR
M51O8+VbS4RR43Ussb8a1UM=
=jiLg
-----END PGP SIGNATURE-----
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to