Francesco Andrisani wrote:
if (sqlite_open("myDB.db", &db));
The semicolon at the end of this line means your error_handle() will
always get called.
Martin ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

