Specifies the action an access service takes when it encounters rows with date, time, or datetime data values that are out of range for the target datatype.
DateTimeConvertError=[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 date and time values, as configured in the DefaultDate and DefaultTime properties, into the column and issue a warning message.