Hello,

I am continuing to have sporadic problems with SQLite and a WinForms 
application that I'm developing.
The program is a Winforms app using the System.Data.SQLite class.  I am running 
this off a network. There
are a small number of users which read and write to a database stored on a 
network.  There are locking
errors sometimes or sometimes when performing an operation the program will 
simply become locked up and
eventually crash because the UI thread gets locked up. I tried to put some of 
these calls on separate
threads, but for some reason the lockups still occur.  Are there any other 
PRAGMA or connection string
statements that can help with this concurrency issue?

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

Reply via email to