Native database drivers

Table 41-5 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.

Table 41-5: PowerBuilder native database drivers

Name

Required for

PBIN9105.DLL

INFORMIX I-Net 9

PBO84105.DLL

Oracle 8.0.x and Oracle8i 8.1.x

PBO90105.DLL

Oracle9i

PBO10105.DLL

Oracle 10g

PBDIR105.DLL

Sybase DirectConnect

PBSYC105.DLL

Sybase Adaptive Server Enterprise CT-LIB

PBSYJ105.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.