Matthew Dumbleton wrote:
>
>      at UnsafeNativeMethods.sqlite3_close_interop(IntPtr db)
>      at SQLiteBase.CloseConnection(SQLiteConnectionHandle db)
>      at SQLiteConnectionHandle.ReleaseHandle()
>      at CriticalHandle.Cleanup()
>      at CriticalHandle.Dispose(Boolean disposing)
>      at CriticalHandle.Dispose()
>      at SQLite3.Close()
>      at SQLiteConnection.Close()
>   
>

Are you using a new SQLiteConnection object instance on each thread?

--
Joe Mistachkin

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

Reply via email to