Subject BDE to IBO - TClientDataset
Author Gustavo Novaes
Good Morning
In my current application, to perform a MASTER / DETAIL, I use:
TQUERY-MASTER + TQUERY + DETAIL
I connect TqueryMaster to TdataProvider.
Connect TClientDataset to TdataProvider.
I connect another Tclientdataset to TDatasetfield (detail) to another ClientDataset.

Will I have to continue in this building, changing the Tquery for TIboQuery? Or is there another technique?
It had been doing this way as an alternative to using CACHEUPDATE

Gustavo Novaes