1
Good night.
My question is the following, I have a temporary table created on TClientDataSet
.
However, I need to record the data from the temporary table in an XML file and then read again in TClientDataSet
, that is, delete the records and reinsert all of them.
But in my ListView
, is appearing duplicated records or empty records, and I’ve checked the XML, and it’s all ok.
Any tips on Temporary tables using TClientDataSet
?
The XML you created by hand or was saved by CDS ? Post your XML to me to take a look!
– Junior Moreira
It was in the same hand, it would not serve much to me created by the CDS, I will post the written answer.
– Ramon Ruan