Supported & Unsupported Datatypes
Brought to you by:
wmmihaa
For MS SQL Server the following datatypes are
_unsupported_ (don't get higlighted by the syntax
highlighter and appear in black):
sql_variant
real
decimal
smallmoney
bigint
ntext
text
image
timestamp
varbinary
binary
the following _are_ supported and appear in blue:
datetime
smalldatetime
float
money
int
smallint
tinyint
bit
uniqueidentifier
nvarchar
varchar
and these apprear in pink (as there are functions with the
same name, I guess):
nchar
char
This is using QC Version 4 (which is great, btw). Thought
I'd submit a bug with the lot in, rather than as I came
across them.
Cheers,
Dunc.