J jdorlon Member Jan 15, 2001 #1 Hi, I want to access the TOracleQuery that is inside a TOracleDataSet. Can someone tell me how to do this? Thanks, John
Hi, I want to access the TOracleQuery that is inside a TOracleDataSet. Can someone tell me how to do this? Thanks, John
Marco Kalter Administrator Staff member Jan 16, 2001 #1 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
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