problem w/ PacketRecord limits

mmccurdy

Member
I am trying to display only a specified number of records on a DBgrid from a large database. However, no matter what I set the PacketRecord count of the ClientDataSet, the grid displays all of the records of the database. I would only like to display, for example, 100 records fetch.

We are using DOA version 3.3.2
Is there a version that possibly fixes this problem?
 
UPDATE!

PacketRecords work fine if FetchOnDemand is set to False. The problem is, of course, scrolling to display more records stops at the PacketRecords limit.
Ex: PacketRecords set to 10 and the ReadBuffer of the OracleDataSet is set to 20, only 10 records displayed.

Hope this helps!
 
Back
Top