Native database drivers
Table 36-6 lists
the native database drivers supplied with PowerBuilder. If an application
or component uses the database specified, the file is required on
the computer. The first two characters of the native database file
name are PB, the next three characters identify the database, and
the last two identify the version of PowerBuilder.
|
Name |
Required for |
|---|---|
|
pbin9126.dll |
INFORMIX I-Net 9 |
|
pbo90126.dll |
Oracle9i |
|
pbo10126.dll |
Oracle 10g |
|
pbora126.dll |
Oracle 11g |
|
pbsnc126.dll |
SQL Native Client for Microsoft SQL Server |
|
pbdir126.dll |
Sybase DirectConnect |
|
pbase126.dll |
SAP Adaptive Server Enterprise CT-LIB |
|
pbsyc126.dll |
SAP Adaptive Server Enterprise CT-LIB |
|
pbsyj126.dll |
SAP Adaptive Server Enterprise CT-LIB |
Installed path
Program FilesSAPSharedPowerBuilder
Deployment path
Same directory as the application, in a directory on the system
path, or in the App Path registry key.
Registry entries
Notes
When you deploy a PowerBuilder custom class user object to EAServer, you need to use the SYJ
database interface rather than SYC to connect to an Adaptive Server
Enterprise database. You cannot use SYJ in the PowerBuilder development
environment, but you can use the SYJ Database Profile Setup dialog
box to set the appropriate connection parameters. You can then copy
the syntax from the Preview tab into the script for your Transaction object.