|
|
@@ -35,7 +35,7 @@ public class Const {
|
|
|
String password = propertiesFileLoader.getProperties("properties/jdbc.properties", "jdbc.password");
|
|
|
|
|
|
|
|
|
- String sql = "SELECT * FROM data_source_info WHERE del_flag = 'N'";
|
|
|
+ String sql = "SELECT * FROM sys_data_source_info WHERE del_flag = 'N'";
|
|
|
Connection conn = JDBC.connectDB(DRIVER, url, user, password);
|
|
|
try {
|
|
|
Statement stmt = conn.createStatement();
|