Hi,

I have sqlite running with multiple connections to databases (and perhaps
even multithreaded). I am using a simple error logging callback function to
display additional information while I am hunting down a problem with some
databases. What I really want to be able to do is have the error callback
function tell me the particular database that was being accessed when the
error occurred, i.e. more than just a char * error string with details of
the error. At the moment I can't see how to get any more information than
what is in the char* and the error code that get passed to the callback.

I am setting up the callback according to http://www.sqlite.org/errlog.html,
and it works absolutely fine, I just need more specific info!

Does anyone have any thoughts on this?

Thanks!

Corey
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to