ODBCU_CONLIB

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 or JSP page is deployed to EAServer.

Applies to

Syntax

ODBCU_CONLIB  = value

Parameter

Description

value

Specifies whether EAServer establishes an ODBC connection cache in ANSI or Unicode mode. Values are:

  • 0 (Default) Establish a connection in ANSI mode

  • 1 Establish a connection in Unicode mode

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

Example 1

To specify that you want a Unicode connection cache: