Apply Order in ClientDataset nesteds

Paulos

Member²
I am using 1 ClientDataset ( master ) and 3 nested datasets ( with Dataset Field ).
The providers were set to resolvetodataset = false.

The third child must be "applied" after the two others because it has dependencies with them.

Although I have change the field defs order in the master dataset, always the third Dataset is applied before, and I get an error.

I tried to change the creation order in datamodule too. But no difference.

I think that it
 
I'm not sure how to influence things, I assume this is controlled by the TClientDataSets.

------------------
Marco Kalter
Allround Automations
 
I seem to remember reading at one point that the updates were applied in the order that they were done in the client datasets. Is it possible for you to make the third nested dataset a child of one of the others since it has dependencies on them? This way the relationship is clear to Delphi.

Natalie
 
Back
Top