Hi,

i'm using sqlite in different process. Sometimes I got the error Busy ... =>

When SQLite tries to access a file that is locked by another process, the
default behavior is to return SQLITE_BUSY.


So how can I prevent that ?  you said :

When any process wants to write, it must lock the entire database file for
the duration of its update.

Thx you very much,
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to