Hi members,

The SQLITE_LOCKED error will happen on same database connection when two thread 
trying to do read/write operation at same time. SQLITE_BUSY will get when one 
thread on one connection is doing read/write operation and another thread on 
another connection trying to read/write the DB. Is it correct?


Thank you
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to