Specifies whether EAServer establishes an ODBC connection cache in ANSI or Unicode mode.
This parameter applies only when a PowerBuilder custom class user object is deployed to EAServer.
ODBC
ODBCU_CONLIB =value
Parameter |
Description |
---|---|
value |
Specifies whether EAServer establishes an ODBC connection cache in ANSI or Unicode mode. Values are:
|
ODBCU_CONLIB=0
Set this parameter to 1 to specify that the EAServer JAG_CM_CONLIB connection cache property should be set to ODBCU to establish an ODBC connection in Unicode mode.
To specify that you want a Unicode connection cache:
Database profile Select the Enable Unicode Connection check box on the EAServer/COM+ page of the Database Profile Setup dialog box.
Application Type the following in code:
SQLCA.DBParm="ODBCU_CONLIB=1"