Default settings

The following is the Open Client and Open Server configuration file with default settings. You can customize the file as needed.

[DEFAULT]
;This is the default section loaded by applications that use the
 ;external configuration feature, but which do not specify their
 ;own application name. Initially this section is empty.Defaults
 ;from all properties will be the same as earlier releases of
 ;Open Client libraries.
[ANSI_ESQL]
;This section defines configuration which an ANSI conforming
 ;Embedded SQL application should use to get ANSI-defined
 ;behavior from Adaptive Servers and Open Client libraries. This set of
 ;configuration ;properties matches the set which earlier
 ;releases of Embedded SQL (version 10.0.x) automatically set for
 ;applications duringexecution of a CONNECT statement.
CS_CAP_RESPONSE=CS_RES_NOSTRIPBLANKS
 CS_EXTRA_INF=CS_TRUE
 CS_ANSI_BINDS=CS_TRUE
 CS_OPT_ANSINULL=CS_TRUE
 CS_OPT_ANSIPERM=CS_TRUE
 CS_OPT_STR_RTRUNC=CS_TRUE
 CS_OPT_ARITHABORT=CS_FALSE
 CS_OPT_TRUNCIGNORE=CS_TRUE
 CS_OPT_ISOLATION=CS_OPT_LEVEL3
 CS_OPT_CHAINXACTS=CS_TRUE
 CS_OPT_CURCLOSEONXACT=CS_TRUE
 CS_OPT_QUOTED_IDENT=CS_TRUE
 ;End of default sections