MS SQL Server data type
|
Description
|
Compatible OpenEdge data types
|
DATETIME
|
Provides date and time data to an accuracy of one three-hundredth of a second (equivalent to 3.33 milliseconds or 0.00333 seconds). Values are rounded to increments of .000, .003, or .007.
|
DATE1
CHAR
DATETIME-TZ4
|
SMALLDATETIME
|
Provides date and time data with accuracy to the minute.
|
DATE5
CHAR
DATETIME-TZ8
|
MS SQL Server data type
|
Description
|
Compatible OpenEdge data types
|
DATE
|
Provides day of the year based on the Gregorian calendar.
|
DATE1
CHAR
DATETIME-TZ4
|
TIME
|
Provides time of day based on 24-hour clock.
|
CHAR5
DATETIME6
|
DATETIME2
|
Provides variable precision of up to 100 nanoseconds.
|
DATE
CHAR
|
DATETIMEOFFSET
|
Provides date and time data with time zone offset and variable precision of up to 100 nanoseconds.
|
DATE
CHAR
|
ABL Data Type
|
Definition
|
MS SQL Server compatible data type
|
DATE
|
ABL date contains only a calendar date component and there is no time zone element to it.
|
DATETIME 1
SMALLDATETIME
DATE2
DATETIME2
DATETIMEOFFSET
|
DATETIME 3
|
The DATETIME data type consists of two parts, one an ABL date and one an ABL time. The unit of time is milliseconds from midnight.
|
DATE4
TIME
SMALLDATETIME5
DATETIMEOFFSET10
|
DATETIME-TZ 11
|
Variation of DATETIME data type with time zone offset.
|
DATE12
SMALLDATETIME13
DATETIME216
|