We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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)
1 parameters) 在 System.Data.SQLite.SQLiteHelper.Select(String sql, Dictionary
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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, IEnumerable
1 parameters) 在 System.Data.SQLite.SQLiteHelper.Select(String sql, Dictionary
2 dicParameters)在 ActiveServer.MainForm.sptMain_DataReceived(Object sender, SerialDataReceivedEventArgs e)
The text was updated successfully, but these errors were encountered: