OracleDataSet and DBGrid

alepil

Member
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).
 
To stop the fetch processing, you can perhaps use the TOracleDataSet.AfterFetchRecord event. The documentation contains an example.

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