Alex Reitbort wrote:
> 
> When running this sample with System.Data.SQLite.dll v1.0.81 everything
> works ok.
> 
> When running this sample with System.Data.SQLite.dll v1.0.82, it fails on
> File.Delete line with IOException: The process cannot access the file
> 'alex.db' because it is being used by another process.
> 
 
As of 1.0.82.0, the command also needs to be disposed before the connection
will be fully closed.

--
Joe Mistachkin

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

Reply via email to