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 "Using 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