Michael Endres wrote:
>
> After performing Database Actions, we used 
> SQLiteConnection Close() to close the database connection.
> 
> Afterwards, I use File.ReadAllBytes() on the Database File, which lead to
a
> Access Violation because the file was still opened in a different process.
> When we switched back to Version 1.0.80.0,and it worked again.
> 
> It seems like the filestream is not closed, when using SqliteConnection
Close(). 
> 

As of version 1.0.82.0, the underlying native database connection is not
completely
closed until *ALL* outstanding statements are finalized and all backups are
finished.

--
Joe Mistachkin

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

Reply via email to