Specifies the action an access service takes when it encounters a results column that is too long for the target column.
CharConvertError=[reject | truncate]
reject
reject specifies the access service to reject the row containing the error and issues a warning message.
truncate specifies the access service to insert data to the length of the target column, truncate the remaining data, and issue a warning message.