Re: [sqlite] SQLite db lock problem

2007-02-20 Thread Martin Jenkins
Christian Smith wrote: > SQLite has been known to be problematic using NFS drives, mainly due > to flaky NFS locking implementations. I'm not sure it's fair to say SQLite is "problematic". It's susceptible to NFS locking problems in certain situations, but so is any other app which assumes tha

Re: [sqlite] SQLite db lock problem

2007-02-20 Thread Christian Smith
Allan, Mark uttered: Hi, A little while back I submitted a query as to whether SQLite would be a good alternative to using MS Access as an internal database for a PC application. I received many repiles for which I was grateful. Mostly people thought that SQLite was a far more superior optio

Re: [sqlite] SQLite db lock problem

2007-02-19 Thread John Stanton
Allan, Mark wrote: Hi, A little while back I submitted a query as to whether SQLite would be a good alternative to using MS Access as an internal database for a PC application. I received many repiles for which I was grateful. Mostly people thought that SQLite was a far more superior option to A

[sqlite] SQLite db lock problem

2007-02-19 Thread Allan, Mark
Hi, A little while back I submitted a query as to whether SQLite would be a good alternative to using MS Access as an internal database for a PC application. I received many repiles for which I was grateful. Mostly people thought that SQLite was a far more superior option to Access, the main co