Em 13/11/2015 15:29, "A. Mannini" <alessandro.mannini at esod.it> escreveu:
>
> Hi,
>
> i read SQLite FAQ and understood that use of SQLite on network share CAN
> corrupts database file.
> Fo me, it isn't clear if there is a way to safely use SQLite on a
> network share in contests with few clients (max 5 for ex) and low read /
> write concurrency..

Disclaimer I'm pretty aware of warnings about network share, and that is a
bad design.

I have two systems running with sqlite db shared in a windows only network
running for almost 5 years. No issues related to the network until now. The
apps are mostly read and db file size is around 20 MB.

I took the precaution to not update the sqlite DLL to avoid different
versions acessing the same db

Luiz

>
> Thanks
> Alessandro
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to