I have a multi-threaded app, each thread owns it's own DB connection
to a DB it opens for update. Other threads might have the DB open for
reading/writing. From time to time the sqlite_open returns
SQLITE_CANTOPEN on existing DB's. I'm curious about what circumstances
would cause the open to report this and if the answer is to simply
try again after a short sleep? That's how I handle "SQLITE_BUSY"
errors.

C


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to