Hello All,
I was wondering if it would be possible to perform a query on one or more TClientDatasets. For example, if I have two ClientDatasets: one loads the customers.xml file and the other loads data from the sales.xml file - how do I go about making a query to give me all the customers and their respective sales from the two ClientDatasets. Normally if I was programming a two-tier app I would just drop a TADOQuery component on the form, connect it and write the necessary SQL but I am not quite sure how this is accomplished with a three tier model and ClientDataSets.
Any help would be appreciated.
Thanks
Liam
I was wondering if it would be possible to perform a query on one or more TClientDatasets. For example, if I have two ClientDatasets: one loads the customers.xml file and the other loads data from the sales.xml file - how do I go about making a query to give me all the customers and their respective sales from the two ClientDatasets. Normally if I was programming a two-tier app I would just drop a TADOQuery component on the form, connect it and write the necessary SQL but I am not quite sure how this is accomplished with a three tier model and ClientDataSets.
Any help would be appreciated.
Thanks
Liam