ODBCU_CONLIB database parameter
Description
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.
Controls
-
ODBC
Syntax
1 |
ODBCU_CONLIB =<span>value</span> |
Parameter |
Description |
---|---|
value |
Specifies whether EAServer establishes
|
Default
ODBCU_CONLIB=0
Usage
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.
Examples
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:
1SQLCA.DbParameter="ODBCU_CONLIB=1"