On 5 Aug 2016, at 7:30am, Michele Pradella <[email protected]> wrote:
> Hi all, I read documentation about using sqlite on a Network file system, so > I know is not a good environment because file lock problem. Anyway do you > think I can have the same problem if I'm sure that only my precess try write > or read database? If you have single-access (just one application/process/thread using the SQLite API) then you're okay. Unless you have a hardware fault, of course. Simon. _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

