On 4 Oct 2013, at 10:26pm, Sascha Sertel <[email protected]> wrote:

> The error does not come up immediately, creating tables works fine, making
> inserts works fine, it's only when I start making updates (from multiple
> threads) where this error starts showing up.

Any chance that the VFS just doesn't allow other threads to access the files ?  
Would it be possible to write a very simple test that just checks to see if the 
error is always associated with a second thread ?

Did you use any strings in the open mode or any PRAGMAs to modify the default 
file access modes SQLite uses ?

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to