Tagged Questions
The client-dataset tag has no wiki summary.
0
votes
4answers
2k views
TClientDataset — XML mapping
I'm trying to save data in a TClientDataSet to an XML file, but it doesn't like some of my fields. The helpfile says to create a definition, in one of two ways: either with the xmlmapper.exe file in ...
0
votes
2answers
556 views
TClientDataset: 'Fieldtype not supported for XML.'
I've got a bunch of data loaded into a TClientDataset, representing an array of complex objects. But when I try to run
Dataset.SaveToFile('c:\test.xml', dfXMLUTF8);
it doesn't like it:
Project ...
0
votes
1answer
410 views
Why is my cloned dataset blank?
I'm using TClientDataset.CloneCursor to implement different views of the same data. I have a master dataset, and several clones, each of which contains a different subset of the master dataset's ...