SaveToXML issue with computed columns

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
kneighbour
Posts: 77
Joined: Wed 08 Oct 2008 04:55

SaveToXML issue with computed columns

Post by kneighbour » Mon 20 Jul 2020 23:52

I have been using the SaveToXML and LoadFromFile function with UniTable with no problems. I have one table with computed fields, and this causes problems. The export works fine, but obviously I cannot import data into computed fields.

I am wondering the the LoadFromFile system caters for this issue?

oleg0k
Devart Team
Posts: 190
Joined: Wed 11 Mar 2020 08:28

Re: SaveToXML issue with computed columns

Post by oleg0k » Tue 21 Jul 2020 10:20

Hello,
The TUniTable component doesn't have the method LoadFromFile. Do you mean TVirtualTable? Could you give us an example of the code using LoadFromFile?

wbr, Oleg
Devart Team

Post Reply