TMSXMLField type

Discussion of open issues, suggestions and bugs regarding Virtual Data Access Components for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
yeohray
Posts: 56
Joined: Mon 26 Mar 2007 01:25

TMSXMLField type

Post by yeohray » Fri 21 Sep 2007 10:10

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.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 21 Sep 2007 12:44

We will investigate the possibility to support this field type in TVirtualTable in the future. Most likely it will be mapped to TStringField.

yeohray
Posts: 56
Joined: Mon 26 Mar 2007 01:25

Post by yeohray » Fri 21 Sep 2007 16:19

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.

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Mon 24 Sep 2007 08:12

Thank you for information. We will take this into account when we add support for this data type in TVirtualTable.

Post Reply