Specifies the action an access service takes when it encounters rows with numeric data values that are out of range for the target datatype.
NumConvertError=[reject | null | default]
reject
reject specifies the access service to reject the row containing the error and issues a warning message.
null specifies the access service to insert a NULL into the column and issues a warning message.
default specifies the access service to insert the default numeric value configured in the DefaultNum property into the column and issue a warning message.