Re: [sqlite] Network concurrency question

2008-09-25 Thread Darrell Lee
t 6 the maximum number of clients that might be trying to write to the SQLite db is 3. In you guys experience, on a scale of 1-10 , 10 being the most likely to happen, what are the chances of the database becoming corrupt if it is on a network share? Thanks, -- Darrell Lee Advanced Dat

Re: [sqlite] Understanding how SQLite works

2008-08-28 Thread Darrell Lee
of a DBMS - to know which rows have changed, and > where in the file they should be stored. That's the whole point of the > exercise. > > >> Can someone explain to me how all of this work? >> > > See if this helps: http://sqlite.org/arch.html . And if you really wa