Helene
Member³
We have developed a component which inherits from the TOracleDataset, and can be combined with a set of components for generation of the SQL statement. (This enables us, among other things, to generate update, insert and delete statements for all join tables in the statement, instead of selecting one updating table). For this reason, I had to make the following change to the TOracleDataset component:
a) move the GetSQL Read method for the SQL property from private to protected
b) make this method virtual
I would appreciate if you will incorporate this change into your future DOA versions.
With regards
Helene
a) move the GetSQL Read method for the SQL property from private to protected
b) make this method virtual
I would appreciate if you will incorporate this change into your future DOA versions.
With regards
Helene