Hi!
I want to use a ClientDataSet linked to a Provider that's linked to OracleDataset that has a SELECT that joins 2 tables.
Doing this with IBX is easy because I can use a UpdateSQL to handle the UPDATE's (speccially). But with DOA, how can I do ?
My point is that some field of the second...
Hi All !
I am doing some tests with OracleDataSet and ClientDataSet in my application.
The problem is that when I open the ClientDataSet all the variables of the OracleDataSet associated with the DataSetProvider are gone ! Then an exception is raised. Am I doing anything wrong ?
Other...