Re: [sqlite] Database is locked Query

2005-09-29 Thread Jay Sprenkle
On 9/29/05, Gaurav Patole <[EMAIL PROTECTED]> wrote: > > Hello, > > I have a database file placed onto a NTFS LAN based local server. > Application's on different machines tries to access this database file and > update it frequently. from: http://www.sqlite.org/cvstrac/wiki?p=WhenToUseSqlite *

[sqlite] Database is locked Query

2005-09-29 Thread Gaurav Patole
Hello, I have a database file placed onto a NTFS LAN based local server. Application's on different machines tries to access this database file and update it frequently. I am using Christian Werner's ODBC Driver. I am facing "Database is locked" problem. * Is concurrency weak in SQli