Hello,
I'm starting to convert a large multi-tier application from the BDE to DOA. When would I want to use TOracleDataset vs. TOracleQuery? Right now our application server program uses the BDE's TQuery components. I read that TOracleQuery does not descend from TDataSet, so I'm not sure when it would be preferable to use one over the other. For 95% of the time, I would need the component to give data to a TDatasetProvider for use by a TClientDataSet.
We do also have a couple of stored procedures that we use the BDE's TStoredProc component for.
Thanks,
Natalie
I'm starting to convert a large multi-tier application from the BDE to DOA. When would I want to use TOracleDataset vs. TOracleQuery? Right now our application server program uses the BDE's TQuery components. I read that TOracleQuery does not descend from TDataSet, so I'm not sure when it would be preferable to use one over the other. For 95% of the time, I would need the component to give data to a TDatasetProvider for use by a TClientDataSet.
We do also have a couple of stored procedures that we use the BDE's TStoredProc component for.
Thanks,
Natalie