Subject Re: [IBO] Speed up reading every row in an TIB_Cursor
Author lester@lsces.co.uk
Quick answer -

Why do you need to bypass the whole purpose of IBOjects?

The whole point of using IBO is that it internally buffers
all of the information, and only loads those records
required to display at that time.

The fast fix would be to set AutoFetchAll on the cursor,
then you are working with all the data already downloaded to
your machine, but I would be looking to remove the need to
do that at all!

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