Adaptive Server to Microsoft SQL Server Datatypes

Lists class-level translations from Adaptive Server datatypes to Microsoft SQL Server datatypes for the unsigned datatypes.

The remaining class-level translations are not supplied for Adaptive Server datatypes to Microsoft SQL Server datatypes (or Microsoft SQL Server datatypes to Adaptive Server datatypes) because Microsoft SQL Server datatypes are directly compatible with Adaptive Server datatypes and they require no translation.

Class-level Translation from Adaptive Server to Microsoft SQL Server Datatypes

Adaptive Server Datatype

Microsoft SQL Server Datatype

unsigned bigint

DECIMAL (20,0)

unsigned int

BIGINT

unsigned smallint

INT

unsigned tinyint

SMALLINT

unitext

NTEXT