NumConvertError

Specifies the action a DB2 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 specifies the DB2 access service to reject the row containing the error and issue a warning message.

null specifies the DB2 access service to insert a NULL into the column and issue a warning message.

default specifies the DB2 access service to:

Comments

The SendWarningMessages property controls whether the DB2 access service returns warning messages to the client application. (See “SendWarningMessages”.)