Attribute

ConfigOptions (CO)

Purpose

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

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 config options:
  • SchemaFormat
value
specifies the setting for this configuration option.

Example

The value must be enclosed in curly brackets. For example:

{SchemaFormat=NormalizeNonFrozen}

Default

None

GUI Tab

Schema Map tab