Subject | Unidirectional Cursor |
---|---|
Author | Bill Morrison |
Post date | 2002-01-10T23:35:43Z |
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
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