skip to main content
Connection Option Descriptions : Config Options
  

Try DataDirect Drivers Now

Config Options

Important: The configuration options have been deprecated. However, the driver will continue to support them until the next major release of the driver.

Attribute

ConfigOptions (CFGO)

Purpose

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

Notes

*This option 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 Config Options is specified on a connection after the initial configuration, the values specified for Config Options must match the values specified for the initial configuration.

Valid Values

{ key = value [; key = value ]}
where:
key
is one of the following values:
*AuditColumns
*CustomSuffix
*MapSystemColumnNames
*NumberFieldMapping
*UppercaseIdentifiers
The value is a set of key value pairs separated by a semicolon (;). The value must be enclosed in curly brackets. For example:
{AuditColumns=All;CustomSuffix=strip;KeywordConflictSuffix=;
MapSystemColumnNames=1;NumberFieldMapping=2;UppercaseIdentifiers=false}

Default

AuditColumns=All;CustomSuffix=Include;KeywordConflictSuffix=;
MapSystemColumnNames=0;NumberFieldMapping=1;UppercaseIdentifiers=true;

GUI Tab

Advanced tab
* AuditColumns (Config Option)
* CustomSuffix (Config Option)
* KeywordConflictSuffix (Config Option)
* MapSystemColumnNames (Config Option)
* NumberFieldMapping (Config Option)
* UppercaseIdentifiers (Config Option)