Time - MSSQL (Magic xpa 4.x)
The table below lists Magic xpa’s Time attribute and the valid data types in MSSQL. Each entry in the table has a default data type that can be forced by specifying that type in the Type property on the SQL section in the Column Properties sheet.
|
|
|
|
String Time
|
HH:MM:SS
|
6
|
CHAR
|
Integer Time
|
HH:MM:SS
|
4
|
INTEGER
|
HMSH Time
|
HH:MM:SS
|
4
|
BINARY
|
Magic Time
|
HH:MM:SS
|
4
|
BINARY
|
Note: If you want to map Magic xpa’s String Time to MSSQL DATETIME data type, specify “MGTIME’ as the Type property under the column properties/SQL.