I\'m using System.Data.SQLite provider in an ASP.NET application (framework 4.0). The issue I\'m running into is that when I INSERT something in a table in the SQLite databa
The following worked for me: MySQLiteConnection.Close(); SQLite.SQLiteConnection.ClearAllPools()
MySQLiteConnection.Close(); SQLite.SQLiteConnection.ClearAllPools()