JDBC database interface
The PowerBuilder JDB interface supports the Java Runtime
Environment (JRE) versions 1.6 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 SAP 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 |
|---|---|
|
pbjdb.dll |
PowerBuilder JDBC Driver (JDB) for JRE 1.6 or |
|
pbjdbc12.jar |
Java package for PowerBuilder JDB driver and JRE |
Installed path
%systemdrive%Program Files
(x86)AppeonCommonPowerBuilderRuntime [version]
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 pbjdbc12.jar file. For example:
|
1 2 |
[HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerEnvironment] "CLASSPATH"="C:Program FilesAppeonCommonPowerBuilderRuntime 19.2.0.2382pbjdbc12.jar;... |