Re: [sqlite] Weird locking issue Windows XP64 3.5.5

2008-03-13 Thread Teg
Hello Doug, Thursday, March 13, 2008, 4:27:40 PM, you wrote: D> I had something very similar happen. In my case there was a journal file D> that was created by a service, so it had different file rights. My account D> didn't have rights to the journal, but when SQLite saw the journal there and

Re: [sqlite] Weird locking issue Windows XP64 3.5.5

2008-03-13 Thread Doug
I had something very similar happen. In my case there was a journal file that was created by a service, so it had different file rights. My account didn't have rights to the journal, but when SQLite saw the journal there and wasn't able to play it back, it reported the database locked error. Chan