Subject Re: [IBO] FetchOnDemand and PacketRecords
Author lester@lsces.co.uk
> Select * from table where name = 'IBO'.
> Assuming the result set is about 150 records, i want to display it 10 first
> results, and then next 10 results from the first ........

Just let IBO's buffering handle it. If you are only looking
at 10 records on the grid, IBO will not get the next 10
unless - you ask the IB_Query to load all records or you do
some processing that needs to scan them all. I quite happly
leave IBO to handle the buffering when I want to access a
much longer list, and only filter down the data when I need
to do some finer processing.

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services