CharConvertError

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

Syntax

CharConvertError=[reject | truncate]

Default

reject

Values

reject indicates that the DB2 access service rejects the row containing the error and issues a warning message.

truncate indicates that the DB2 access service inserts data to the length of the target column, truncates the remaining data, and issues a warning message.

Comments

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