JDBC database interface
The PowerBuilder JDB interface supports the Sun Java Runtime
Environment (JRE) versions 1.2 and later.
If your application or component uses JDBC connections, you
must deploy the JDB driver as well as the appropriate Java package
for the Java VM you are using. The Java virtual machine and a vendor-supplied
JDBC-compliant driver, such as Sybase jConnect® for JDBC,
must also be installed and configured on the computer that accesses
the data source.
For more information about the Java VM, see “Java support”.
|
Name |
Description |
|---|---|
|
pbjdb125.dll |
PowerBuilder JDBC Driver (JDB) for JRE |
|
pbjdbc12125.jar |
Java package for PowerBuilder JDB driver |
Installed path
Program FilesSybaseSharedPowerBuilder
Deployment path
Same directory as the application, in a directory on the system
path, or in the App Path registry key.
Registry entries
Make sure the CLASSPATH environment variable includes the
PowerBuilder pbjdbc12125.jar file. For example:
|
1 |
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControl |
|
1 |
Session ManagerEnvironment] |
|
1 |
"CLASSPATH"="C:Program Filessybaseshared |
|
1 |
PowerBuilderpbjdbc12125.jar;... |