Good evening.
My question is this: I have a temporary table created in TClientDataSet
.
However, I need to write the temporary table data to an XML file and then re-read the TClientDataSet
, that is, delete the records and re-insert all of them.
However, in my ListView
, duplicate records or empty records are appearing, and I already checked the XML, and everything is ok.
Any tips on temporary tables using TClientDataSet
?