Am Tue, 29 Oct 2013 12:00:02 -0400 schrieb [email protected]:
> Date: Tue, 29 Oct 2013 14:51:08 +0100 > From: Stephan Beal <[email protected]> > To: General Discussion of SQLite Database <[email protected]> > Subject: Re: [sqlite] Database gets locked for other processes > Message-ID: > <cakd4naigijjvwbks7z2-s_v3j+ingts5ugrnft3krjjytex...@mail.gmail.com> > Content-Type: text/plain; charset=ISO-8859-1 > > On Tue, Oct 29, 2013 at 1:52 PM, Martin <[email protected]> wrote: > > > The program is running on Windows7. > > ... > > The program runs parallel on multiple machines all sharing the same > > SQLite-Database-file. > > > Connecting multiple clients over a network share is a sure-fire way to > corrupt your database. See the bottom half of this page: > > http://www.sqlite.org/whentouse.html > > as well as any number of threads in this mailing list archives > regarding this topic. > I can understand this. But I need to have the database unconnected to a special sever. In fact it has the same issues if I run more than one program on the same machine tying to access the same lokal databasefile. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

