Hi,
I am using sqlite-3.6.19. I find that the Database that I create gets locked 
often.
There are about 9 processes that access my DB.
I have written a wrapper for the sqlite3 library calls in which I am doing the 
DB open and DB close for every operation (read/write) on the DB.

a> Is there any way to unlock a DB that has got locked?
b> What are the usual reasons for a DB getting locked?
c> Is there any DB setting that would prevent the DB from getting locked?

Thank you,
Vinod


http://www.mindtree.com/email/disclaimer.html
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to