On Jul 30, 2005, at 8:22 AM, djm wrote:

Nobody?

Hello,

The documentation suggests that its unsafe to use SQLite when the
database file is on a windows network server and various other
machines may want to simultaneously access it. If however none of
these machines change the data in the databse (all accesses are just
queries) is it then completely safe?

Presumably only querying the database (and not inserting/altering etc)
translates internally in sqlite to opening the database in read_only
mode, which is presumably safe to do in several clients concurrently?
If so from what version of windows/sqlite can I be confident?


others may weigh in with a more knowledgeable response, however, as far as I can see, if you are only reading from a db, it should be safe no matter what conditions you use it in.


--
Puneet Kishor

Reply via email to