Kbase 19986: Exception when connecting to the Progress database from Java via the JDBC driver.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  15/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.1x
Windows
JDBC driver
SYMPTOM(s):
Exception when connecting to the Progress database from Java via the JDBC driver.
java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getConnection(Compiled Code)
at java.sql.DriverManager.getConnection(DriverManager.java: (126)
at TestJDBC.main(Compiled Code)
FIX:
To prevent this problem, make sure that %DLC%\bin is included in your setting of the PATH environment variable. This is necessary because the Progress Version 9.1 JDBC driver is a Type 2 JDBC driver, requiring calls to Progress .DLLs residing in that directory.