Subject Re: [IBO] BufferEof never comes to TRUE if ib_dataset.next method is also used in loop
Author Jason Wharton
> IBO_Query.BufferFirst;
> IBO_Query.First;
> while not IBO_Query.BufferEof do begin
> file://do sth...
> IBO_Query.BufferNext;
> IBO_Query.Next;
> end;

Do your looping based on the record pointer if you are going to navigate it.
Then, set the BufferRowNum := RowNum - 1 to keep the relative position you
want.

Scrolling the record pointer makes it such that the buffer pointer is
invalid.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com

-- We may not have it all together --
-- But together we have it all --