Hi,
I just joined the newsgroup and started using SQLite.
I have a few questions related to SQLITE_BUSY and other error codes:
1. What API calls could return SQLITE_BUSY?
2. if the DB file already exists, to check the status of
sqlite3_open(...), should I only check if it returns SQLITE_OK? Could it
return SQLITE_BUSY? Do I need to add any retry code around
sqlite3_open(...)?
3. What error codes do I need to check in my application for the
following calls?
sqlite3_exec(...)
sqlite3_prepare(...)
sqlite3_step(...)
sqlite3_finalize(...)
sqlite3_close(...)
4. What is the prefered way to handle SQLITE_BUSY?
Thanks a lot,
Steve
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------