Page 1 of 1

TMSXMLField type

Posted: Fri 21 Sep 2007 10:10
by yeohray
TVirtualTable presently does not support copying TMSXMLField types. Are there plans to support this field type?

In the source of TVirtualTable, I see exceptions being made for ftOraClob and ftOraBlob. If I wanted to do the same for TMSXMLField, which field type should I use?

Thanks.

Posted: Fri 21 Sep 2007 12:44
by Antaeus
We will investigate the possibility to support this field type in TVirtualTable in the future. Most likely it will be mapped to TStringField.

Posted: Fri 21 Sep 2007 16:19
by yeohray
I thought it would b a TWideMemo (or TMemo for Delphi 7 and below), since it is a unicode type and has a 2 GB capacity.

Posted: Mon 24 Sep 2007 08:12
by Antaeus
Thank you for information. We will take this into account when we add support for this data type in TVirtualTable.