|
|
@ -227,6 +227,7 @@ namespace ICSSoft.Common |
|
|
|
//case DatabaseType.SQLite:
|
|
|
|
// conn = new SQLiteConnection(connectionString);
|
|
|
|
// break;
|
|
|
|
|
|
|
|
default: |
|
|
|
throw new Exception("数据库类型目前不支持!"); |
|
|
|
} |
|
|
@ -257,7 +258,8 @@ namespace ICSSoft.Common |
|
|
|
// break;
|
|
|
|
//case DatabaseType.SQLite:
|
|
|
|
// cmd = new SQLiteCommand();
|
|
|
|
// break;
|
|
|
|
// break;
|
|
|
|
|
|
|
|
default: |
|
|
|
throw new Exception("数据库类型目前不支持!"); |
|
|
|
} |
|
|
|