Re: [sqlite] Newbie question re using SQLite in basic client/server situation

2008-03-07 Thread Gilles Ganault
On Fri, 7 Mar 2008 21:06:21 +1100 (EST), Jeff Brown <[EMAIL PROTECTED]> wrote: >"so, the file locking logic of many network >filesystems implementation contains bugs (on both Unix >and windows). If file locking does not work like it >should, it might be possible for two or more client >programs to

Re: [sqlite] Newbie question re using SQLite in basic client/server situation

2008-03-07 Thread P Kishor
On 3/7/08, Jeff Brown <[EMAIL PROTECTED]> wrote: > Hi all > > I'm looking at switching the database that I use for > my XCode/Cocoa application from MySQL to SQLite. (I'm > getting tired of all the incompatibilities with new > versions of MySQL). With a Cocoa application, all you have to do is

Re: [sqlite] Newbie question re using SQLite in basic client/server situation

2008-03-07 Thread Luca Olivetti
En/na Jeff Brown ha escrit: > But I need to be able to use it as a server with at > most 10 clients that occasionally use the system. Hi, I'm a newbie myself, so I didn't use the following, but did you check http://www.sqlite.org/cvstrac/wiki?p=SqliteNetwork ? Bye -- Luca Olivetti Wetron Aut

[sqlite] Newbie question re using SQLite in basic client/server situation

2008-03-07 Thread Jeff Brown
Hi all I'm looking at switching the database that I use for my XCode/Cocoa application from MySQL to SQLite. (I'm getting tired of all the incompatibilities with new versions of MySQL). But I need to be able to use it as a server with at most 10 clients that occasionally use the system. I notice