Hi,
I have a clientDataSet in the following structure:
ClientDataSet -> DataSetProvider -> TQuery
I have opened the ClientDataSet and have records in it. Now I want to append other records to the dataset by specifying a command in the CommandText property.
When I call ClientDataSet->Open() I loose the records I already have. What must I do to append the new records to the existing set?
Another question: How can I remove retrieved records from the ClientDataSet? NB: not delete them from the database, but remove "as if they were not retrieved"
Thanks
Henk Stijnen
I have a clientDataSet in the following structure:
ClientDataSet -> DataSetProvider -> TQuery
I have opened the ClientDataSet and have records in it. Now I want to append other records to the dataset by specifying a command in the CommandText property.
When I call ClientDataSet->Open() I loose the records I already have. What must I do to append the new records to the existing set?
Another question: How can I remove retrieved records from the ClientDataSet? NB: not delete them from the database, but remove "as if they were not retrieved"
Thanks
Henk Stijnen