Additional
dbCAP
AnyDAC
ThinDAC
NCOCI8
Topic: In-memory dataset and TVariantField
In-memory dataset and TVariantField
Posted: 2007/09/18 01:23
 
Does the in-memory dataset support TVariantField types? I use SQL Server a lot, and some of the system properties are returned as TVariantField types. I tried copying them into the AnyDAC in-memory dataset, but they don't get copied. If I cast the values to other types e.g. string, then it gets copied.

Thanks.

Ray Mond
Re:In-memory dataset and TVariantField
Posted: 2007/09/18 01:47
 
Hello

No, AnyDAC inmem dataset does not support ftVariant data type. Although TADQuery supports MSSQL variant data type, but returns it as ftVarBytes.

Regards,
Dmitry