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.
NumConvertError=[reject | null | default]
reject
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:
Insert the default numeric value as configured in the DefaultNum property into the column. (See “DefaultNum”.)
Issue a warning message to the client application.
The SendWarningMessages property controls whether the DB2 access service returns warning messages to the client application. (See “SendWarningMessages”.)
Copyright © 2005. Sybase Inc. All rights reserved. |