Subject Unidirectional Cursor
Author Bill Morrison
What would be the best IBO component/settings to do something like :

prepare;
first;
while not eof do
{read field values, and store elsewhere}
next;
close;


I'm processing a lot of large records, and don't need the data to remain in
memory after I go to the next. I've tried out a few, but can't seem to get
the results I'm looking for.


Thanks in advance!


Bill