TOracleDataSet

jdorlon

Member
Hi,

I want to access the TOracleQuery that is inside a TOracleDataSet. Can someone tell me how to do this?

Thanks,

John
 
The TOracleDataSet has a protected function named InternalQuery. The fact that it is protected implies that you have to derive a (dummy) TOracleDataSet class to access it.

------------------
Marco Kalter
Allround Automations
 
Back
Top