A alepil Member May 29, 2001 #1 I would like to show in a DBGrid the records one by one while loading by an OracleDataSet with the possibility to stop fetching (like in the SQL Editor of the OracleDataSet).
I would like to show in a DBGrid the records one by one while loading by an OracleDataSet with the possibility to stop fetching (like in the SQL Editor of the OracleDataSet).
Marco Kalter Administrator Staff member May 31, 2001 #1 To stop the fetch processing, you can perhaps use the TOracleDataSet.AfterFetchRecord event. The documentation contains an example. ------------------ Marco Kalter Allround Automations
To stop the fetch processing, you can perhaps use the TOracleDataSet.AfterFetchRecord event. The documentation contains an example. ------------------ Marco Kalter Allround Automations