CharConvertError

Specifies the action an access service takes when it encounters a results column that is too long for the target column.

Syntax

CharConvertError=[reject | truncate]

Default

reject

Values

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

  • truncate inserts data to the length of the target column, truncates the remaining data, and issues a warning message.