当我连接数据库时发生异常-System.AccessViolationException

时间:2018-09-27 05:30:55

标签: c# .net sqlite sqlite-net

打开连接时会发生此异常

代码是:-

 SQLiteCommand cmd = new SQLiteCommand();
cmd.Connection = connection;
                connection.Open();
                Helper helper = new Helper(cmd);
helper.BeginTransaction();

0 个答案:

没有答案