JiangSu/cs/SQLiteHelper.cs @@ -102,7 +102,7 @@ { using (SQLiteConnection conn = new SQLiteConnection(ConnectionString)) { LoadDrivers(conn); //LoadDrivers(conn); using (SQLiteCommand cmd = new SQLiteCommand(cmdText, conn)) {