Greetings,
If I need to process each record in a table, how can I step through each
record? I suppose I could write a query to return all records and fetch
each row that way, but that would be a big memory pig, no? Also, the table
could get pretty big. Is there some way to navigate a table, maybe
fetching one record from the disk at a time, or something similar?
Thanks,
Matthew Hagerty