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