When Connection is open this Exception occur
Code is:--
SQLiteCommand cmd = new SQLiteCommand();
cmd.Connection = connection;
connection.Open();
Helper helper = new Helper(cmd);
helper.BeginTransaction();
When Connection is open this Exception occur
Code is:--
SQLiteCommand cmd = new SQLiteCommand();
cmd.Connection = connection;
connection.Open();
Helper helper = new Helper(cmd);
helper.BeginTransaction();