En/na Jerry Krinock ha escrit:

> How can I manually lock the database using the C API?  I can't find  
> any "lock" function.

In think you could just execute a "BEGIN EXCLUSIVE" query, then do your 
thing then execute a "COMMIT" (or a "ROLLBACK" if something failed).

Bye

-- 
Luca Olivetti
Wetron Automatización S.A. http://www.wetron.es/
Tel. +34 93 5883004      Fax +34 93 5883007
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to