Subject Getting a Table to return only as many records as can be displayed
Author Blizzard
Developing in Delphi, using a table (TZTable - Zeoslib) there are 2,000
records and the customer is complaining that this is taking too long to
display. Is there a way to get this to read say 200 records from the
server, and when the customer "scrolls down" read the next 200, and so
on?