Subject | RE: [firebird-support] Getting a Table to return only as many records as can be displayed |
---|---|
Author | Alan McDonald |
Post date | 2008-12-11T21:33:03Z |
> Developing in Delphi, using a table (TZTable - Zeoslib) there are 2,000First, Let's try a TZQuery and see if there's any difference.
> 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?
>
Alan