Merge remote-tracking branch 'origin/yuecheng-project' into yuecheng-project
This commit is contained in:
commit
9b6e70ac92
|
@ -147,6 +147,8 @@ public class DsDataSourceUtil {
|
||||||
driveClass = DataSourceUtilProperties.SQL2000DRIVER;
|
driveClass = DataSourceUtilProperties.SQL2000DRIVER;
|
||||||
} else if ("2".equalsIgnoreCase(dataSourceEntity.getSourceType())) {
|
} else if ("2".equalsIgnoreCase(dataSourceEntity.getSourceType())) {
|
||||||
driveClass = DataSourceUtilProperties.SQL2005DRIVER;
|
driveClass = DataSourceUtilProperties.SQL2005DRIVER;
|
||||||
|
} else if ("4".equalsIgnoreCase(dataSourceEntity.getSourceType())) {
|
||||||
|
driveClass = DataSourceUtilProperties.dm;
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
//测试连接
|
//测试连接
|
||||||
|
|
Loading…
Reference in New Issue