Re: [sqlite] Problem with DATABASE_LOCKED

2010-03-15 Thread Martin Engelschalk
Hello Igor, yes, sorry, i forgot to mention that, i do have write access. The database file itself gets created. Martin Am 15.03.2010 20:02, schrieb Igor Tandetnik: > Martin Engelschalk > wrote: > >> we experience a problem at a customer site, where the very first >> statement the program

Re: [sqlite] Problem with DATABASE_LOCKED

2010-03-15 Thread Igor Tandetnik
Martin Engelschalk 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 in

[sqlite] Problem with DATABASE_LOCKED

2010-03-15 Thread Martin Engelschalk
Dear Sqlite users, 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 plac