![]() | ![]() |
Home |
|
|
Access Service User's Guide DirectConnect for AS/400 |
|
| Chapter 2 Configuring the DirectConnect Access Service Library |
|
| Access service Data Conversion Error properties |
|
| NumConvertError |
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 that the access service rejects the row containing the error and issues a warning message.
null specifies that the access service inserts a NULL into the column and issues a warning message.
default specifies that the access service:
Inserts the default numeric value as configured in the DefaultNum property into the column. (See "DefaultNum" ).
Issues a warning message to the client application.
The SendWarningMessages property controls whether the access service returns warning messages to the client application. (See "SendWarningMessages" .)
|
|