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

Hardy, Andrew wrote:
> Do I have to pass function pointers (for functions that implement the
> appropriate logging) to these functions (the ones below) then my
> functions get  called back omn the appropriate activity?

Yes, those functions are to register callbacks.  There are various C
tutorials on the web that show how to do callbacks.

> Is this & rebuild the only way to achieve logging?

SQLite is a library so you will have to rebuild your code that
interfaces to SQLite, but not SQLite itself.

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

iD8DBQFIwHn8mOOfHg372QQRAtsyAJ9ecvKCnIcs/mVYYcboXLu/qtV4/gCfeO/J
NQHoSMUNNAYFh25TiNI1GWI=
=T8Cn
-----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