On Wed, May 23, 2012 at 7:22 PM, Pavel Ivanov <paiva...@gmail.com> wrote:

> AFAIK, SQLITE_LOCKED implies that contention is from another
> connection using the same shared database cache. And it can be handled
> either via a busy handler just like SQLITE_BUSY or via
> sqlite3_unlock_notify().



#define SQLITE_BUSY         5   /* The database file is locked */
#define SQLITE_LOCKED       6   /* A table in the database is locked */



-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to