You can access Adaptive Server versions 11.x, 12.x, and 15.x using the Adaptive Server database interface. Use of this interface to access other Open Server™ programs is not supported. The Adaptive Server database interface uses a DLL named PBSYC105.DLL to access the database through the Open Client CT-Lib API.
When deploying a PowerBuilder custom class user object
in EAServer
EAServer uses a slightly
different version of the CT-Lib software. Therefore, at runtime
you need to use the SYJ database interface rather than SYC to connect
to an Adaptive Server database. The SYJ Database Profile Setup dialog
box provides a convenient way to set the appropriate connection parameters
and then copy the syntax from the Preview tab into the script for your
Transaction object. The SYJ database interface uses a DLL named PBSYJ105.DLL.
You cannot use the SYJ interface, however, to connect to the database in the PowerBuilder development environment. Therefore, during the development phase (before the component has been deployed to EAServer), you must use SYC to connect to the database.