Serge Fournier wrote:
> 
> Simply put, I open a database and then close it in an application then I
> reopen it again,
> I cannot write to it anymore; it is always locked. I tried doing a close,
> dispose and shutdown
> to my connection and then reopning it and do a simple vaccum; it tell me
> that there's still
> sql queries in progress when none were sent to the database.
> 

Have all the SQLiteDataReader and SQLiteCommand objects been properly
disposed?  What is the exception you are seeing?

--
Joe Mistachkin

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

Reply via email to