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

DataReader already active on this command

Open lxa520 opened this issue 3 years ago • 0 comments

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 srcTable, IDbCommand command, CommandBehavior behavior) 在 System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) 在 System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) 在 System.Data.SQLite.SQLiteHelper.Select(String sql, IEnumerable1 parameters) 在 System.Data.SQLite.SQLiteHelper.Select(String sql, Dictionary2 dicParameters) 在 ActiveServer.MainForm.sptMain_DataReceived(Object sender, SerialDataReceivedEventArgs e)

lxa520 avatar Aug 17 '22 08:08 lxa520