skip to main content
Connection Option Descriptions : Config Options
  

Try DataDirect Drivers Now

Config Options

Attribute

ConfigOptions (CO)

Purpose

Determines how the embedded database and 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. The preferred method for setting the configuration options for a particular user is through the database configuration file. See "Uisng the Database Configuration File" for details.

Valid Values

{ key = value [; key = value ]}
where:
key
is one of the following values:
*AuditColumns
*MapCustomNamedIDFields
*MapSystemColumnNames
*NamedIDBehavior
*UppercaseIdentifiers

Default

AuditColumns=all;MapCustomNamedIDFields=1;MapSystemColumnNames=1;NamedIDBehavior=1;UppercaseIdentifiers=true;

GUI Tab

Advanced tab

See Also

*Using the Database Configuration File
In this section: 
* AuditColumns (Config Option)
* MapCustomNamedIDFields (Config Option)
* MapSystemColumnNames (Config Option)
* NamedIDBehavior (Config Option)
* UppercaseIdentifiers (Config Option)