TOracleDataSet and data aware controls

AK

Member
I have DOA 3.4.5 and Delphi 6. When I link TOracleDataSet to data aware control (DBGrid), and set QueryAllRecords := False,
CountAllRecords := True, I have problem:
when I move down or move up - no new records fetch. I can see only first fetched records.
Sorry my English. Help me please
 
This works just fine if I try this with the DeptEmp demo in Delphi 6. I set the EmpDataSet properties like you indicated, and employee records are fetched when needed.

Is there something different about your application?

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