ignoreimporterrors

On/Off Boolean value for enabling/disabling the "ignore error" mode during an SQL IMPORT operation. If enabled, this option allows RDM SQL to complete an IMPORT operation even if one or more errors occur in the middle.

Default Value

If the IgnoreImportErrors option is not defined, the default value of OFF is used.

Example
IgnoreImportErrors=OFF
SQL Options

This option key is associated with the SQL Connection Handle and can be set or retrieved using:

See also
SQL SET statements
SQLSetConnectAttr()
SQLGetConnectAttr()
Note
SQL options can also be associated with the RDM_DB handle along with the Database Configuration Options.