MVE unterstützt Firebird und Microsoft SQL Server. Die folgende Tabelle enthält die in MVE verwendeten Firebird-Datentypen und deren entsprechende Datentypen in Microsoft SQL Server.
Firebird-Datentypen |
Microsoft SQL Server-Datentypen |
---|---|
* Dieser Datentyp ist für Microsoft SQL Server erforderlich. |
|
BIGINT |
Bigint |
VARCHAR(x) |
varchar(x) |
TIMESTAMP |
Datetime |
INTEGER |
Int |
SMALLINT/TINYINT * |
Bit |
BLOB SUB_TYPE 0 |
varbinary(1024) |