SQLiteHelper.net icon indicating copy to clipboard operation
SQLiteHelper.net copied to clipboard

SQLiteHelper aims to simplify the usage of SQLite in C#.

Results 1 SQLiteHelper.net issues
Sort by recently updated
recently updated
newest added

2022/8/17 9:01:41: System.InvalidOperationException: DataReader already active on this command 在 System.Data.SQLite.SQLiteCommand.InitializeForReader() 在 System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) 在 System.Data.SQLite.SQLiteCommand.ExecuteDbDataReader(CommandBehavior behavior) 在 System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) 在 System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String...