skip to main content
Connection property descriptions : ConfigOptions
  

Try DataDirect Drivers Now

ConfigOptions

Purpose

Determines how the mapping of the remote data model to the relational data model is configured, customized, and updated. (See also CreateMap.

Notes

This property is primarily used for initial configuration of the driver for a particular user. It is not intended for use with every connection. By default, the driver configures itself and this option is normally not needed. If ConfigOptions is specified on a connection after the initial configuration, the values specified for ConfigOptions must match the values specified for the initial configuration.

Valid Values

(" key = value [; key = value ]")
where:
key
is one of the following configuration options:
*CheckBoxAsText
*KeywordConflictSuffix
value
specifies a setting for the configuration option.
When specifying configuration options in a connection string, key value pairs must be separated by a semicolon and enclosed in quotation marks and then in parentheses. For example:
ConfigOptions=("CheckBoxAsText=1;KeywordConflictSuffix=TAB")
Similarly, when specifying configuration options using a DataSource method, key value pairs must be enclosed in quotation marks and separated by a semicolon. For example:
setConfigOptions("CheckBoxAsText=1;KeywordConflictSuffix=TAB;RefreshMap=true")

Data Source Method

setConfigOptions

Default

CheckBoxAsText=0;
KeywordConflictSuffix=

Data Type

String
* CheckBoxAsText (configuration option)
* KeywordConflictSuffix (configuration option)