Kbase P15035: JDBC connection code getting Error: No suitable driver. (8933)
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/19/2008 |
|
Status: Verified
SYMPTOM(s):
Error: No suitable driver. (8933)
Using JDBC connectivity without an SQLEXP
JDBC connectivity works if SQLEXP is running.
FACT(s) (Environment):
Windows NT 32 Intel/Windows 2000
Progress 9.x
OpenEdge 10.x
CAUSE:
Classpath is not set properly.
FIX:
Set CLASSPATH environment variable correctly.
With Progress development licenses the class file Progress.jar is installed in the Java subdirectory of the DLC directory. However, with a deployment license the class file JDBC.jar is installed in the Java subdirectory under DLC directory.
The JDBC driver must have access to one of these two class files.
To configure the JDBC driver on Windows the CLASSPATH must point to the directory containing either progress.jar or JDBC.jar