Nested Tables

greg

Member
Can DOA do nested ClientDataSets? With the BDE I would set the DataSource property of th e child query to the DataSource of the Parent query and this would link the child and parent ClientDataSets to create a nested ClientDataSet. Since there is no DataSource property on the TOracleDataSet or TOracleQuery it looks like I can't create a nested ClientDataSet. Is this correct? Please let me know so I don't have to keep trying.

Thanks in advance.

The reason I'm using Nested ClientDataSets is for the Undo feature. Is there another way of implementing this feature with DOA?

Thanks again.

Greg
 
It is currently not possible. We want to support this in the next release (no release date yet). You are not the first to ask for this...

------------------
Marco Kalter
Allround Automations
 
Back
Top