Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread Posting multiple records using lientdataset
Tue, Sep 10 2019 8:08 AMPermanent Link

Anton

Hi
I am using C++ Builder 2010 and have switched to DBISAM from Accuracer.

I make use of DataSetProviders, ClientDataSets and DataSources.  I am used to (where applicable) writing multiple records to a clientdataset, posting each (ClientDataSet->Post()), before either cancelling the updates or updating to the table(s).  With DBISAM I can't get it to work. I have to update each record to the relevant table before adding the next record to the clientdataset.  Is this typical of DBISAM or am I missing something?

Can anyone please advise me on this?

Regards

Anton
Image