Mapping Time, TimeStamp, and Date Primitive Types to the SQL Server DATETIME Type
SQL Server has separate date and time data types. Valid dates are in the range 0001-01-01 through 9999-12-31.
In
In
The following table defines the available mappings of JADE types to SQL Server DATE and TIME data types.
JADE Primitive Type | JADE Value | SQL Server DATE and TIME Data Types |
---|---|---|
|
Valid SQL Server Date | ValidDate |
Invalid SQL Server Date | Null column with message to log (SQL Server date limits) | |
|
ValidTime (including 0) | ValidTime |