On 1/10/17, Stephen Chrzanowski <pontia...@gmail.com> wrote:
> (Do not access the files remotely
> while there is even a small chance that the remote computers will access
> the database -- Corruption can occur)

Everything Stephen says is correct.  I'd just like to add that the
possibility of corruption due to remote access is the fault of the
network filesystem, not SQLite :-)  Network filesystems have gotten
better over the years, so even if you do access the files remotely,
you will probably be ok.  But you are still safer to make a copy of
the databases and work off of the copy.  That has the added benefit
that if you make a programming mistake while doing the merge, you can
always recopy the original databases and start over.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to