Cecil, >Is good enough for me. My only problem is that between reading the >data and >writing the changes, I want to be sure that no one has changed the data. >For me that is enough.
For this, a simple "Begin immediate;" ... "Commit;" embrassing you read-modify-write block will do. Doesn't block readers and works in std and WAL journaling modes. -- <mailto:[email protected]>[email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

