NumConvertError

Specifies the action an access service takes when it encounters rows with numeric data values that are out of range for the target datatype.

Syntax

NumConvertError=[reject | null | default]

Default

reject

Values

  • reject rejects the row containing the error and issues a warning message.

  • null inserts a NULL into the column and issues a warning message.

  • default inserts the default numeric value configured in the DefaultNum property into the column and issues a warning message.