Martin Engelschalk
<engelsch...@codeswift.com> wrote: 
> we experience a problem at a customer site, where the very first
> statement the program executes on a newly created database failes
> with a "database locked" error. The statement that failes is "PRAGMA
> synchronous = OFF". The reason seems to be that the customer inists on
> placing the database file on a network file system.

Do you have write access to the directory where the database file is located? 
SQLite needs to create a journal file there.

Igor Tandetnik


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to