Ritesh Kapoor <[EMAIL PROTECTED]> wrote:
> 
> Can anyone suggest what the problem is with sqlite when running apps on
> different machines. 

This happens sometimes when NFS us misconfigured so that it
does not support fcntl() file locks.  The lock requests always
fail, hence SQLite always returns "database is locked".

Are you using NFS?

--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to