![]() | ![]() |
Home |
|
|
Access Service User's Guide DirectConnect for AS/400 |
|
| Chapter 2 Configuring the DirectConnect Access Service Library |
|
| Access service Data Conversion Error properties |
|
| DateTimeConvertError |
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 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, unless the source column is defined as "not null."
default specifies that the access service inserts the default date and time values as configured in the DefaultDate and DefaultTime properties into the column and issues a warning message. (See "DefaultDate" and "DefaultTime" .)
The SendWarningMessages property controls whether the access service returns warning messages to the client application. (See "SendWarningMessages" .)
|
|