>
>AFAIK it's a general rule: don't use SQLite with database somewhere on
>network shared file system, otherwise bad things can happen.

That's definitely not the general rule.  Generally, you can open
a sqlite database from multiple processes and all of them can modify
at will without corrupting the database.  Of course, if they're all
modifying the same records, there's uncertainty what the final state
will be, but the database is still intact and consistent.

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

Reply via email to