|
|
|
@ -537,7 +537,7 @@ public abstract class DatabaseConnectionPane<E extends com.fr.data.impl.Connecti
|
|
|
|
|
jsp.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED); |
|
|
|
|
|
|
|
|
|
Connection con = DatabaseConnectionPane.this.updateBean(); |
|
|
|
|
if(con instanceof JDBCDatabaseConnection) { |
|
|
|
|
if(con instanceof JDBCDatabaseConnection && WorkContext.getCurrent().isLocal()) { |
|
|
|
|
String driverPath = JarFileParseUtil.getDriverClassPath((JDBCDatabaseConnection) con); |
|
|
|
|
jta.append(Toolkit.i18nText("Fine_Designer_Current_Driver_Path") + ":" + driverPath + "\n"); |
|
|
|
|
JPanel testDriverPanel = generateTestDriverPanel((JDBCDatabaseConnection) con, driverPath); |
|
|
|
|