Re: [sqlite] Using SQLite on a networkshare

2013-01-11 Thread Stephen Chrzanowski
ult tcp Autoit libraries a server/client solution. As I said in > my first post this worked. > > The question however remains how can I keep using sqlite serverless on a > networkshare. The current implementation relies on calling directly the OS. > This doesn't work, so I wonder if the

Re: [sqlite] Using SQLite on a networkshare

2013-01-08 Thread Raymond Meester
for it in server/client configuration). Anyway I wrote with the default sqlite dll and the default tcp Autoit libraries a server/client solution. As I said in my first post this worked. The question however remains how can I keep using sqlite serverless on a networkshare. The current implementation relies

Re: [sqlite] Using SQLite on a networkshare

2013-01-07 Thread Jean-Christophe Deschamps
Raymond, So I checked some server/client solutions from http://www.sqlite.org/cvstrac/wiki?p=SqliteNetwork. But as there wasn't a solution that supported my script language (Autoit) I ended up writing my own server/client solution. This worked for me, but I still have some questions regarding

Re: [sqlite] Using SQLite on a networkshare

2013-01-07 Thread Simon Slavin
On 7 Jan 2013, at 1:16pm, Raymond Meester wrote: >1) What is the best way to use sqlite on a networkshare (shared cache > mode / unlock notify / busy timeout etc)? I saw a lot of posts about issues > with >multiple connections when the db file is on