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 |
---|---|
pbin9125.dll |
INFORMIX I-Net 9 |
pbo90125.dll |
Oracle9i |
pbo10125.dll |
Oracle 10g |
pbora125.dll |
Oracle 11g |
pbsnc125.dll |
SQL Native Client for Microsoft SQL Server |
pbdir125.dll |
Sybase DirectConnect |
pbase125.dll |
Sybase Adaptive Server Enterprise CT-LIB for Adaptive Server 15 only |
pbsyc125.dll |
Sybase Adaptive Server Enterprise CT-LIB |
pbsyj125.dll |
Sybase Adaptive Server Enterprise CT-LIB for EAServer deployment only |
Installed path \Program Files\Sybase\Shared\PowerBuilder
Deployment path Same directory as the application, in a directory on the system path, or in the App Path registry key.
Registry entries See “App Path registry key”.
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.