On the other hand, if you have to go this route, you might find that just disconnecting and reconnecting will do the trick – if so it’s easy to automate...
Regards, Alastair. From: [email protected] Sent: Friday, August 10, 2012 5:07 PM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: Cursor ideas? Ben: If memory is the issue (which I assume it is), then I don't think staying inside the program would help. Using a cursor, I think I'd have to exit RBase altogether and then come back in. Karen In a message dated 8/10/2012 11:04:06 AM Central Daylight Time, [email protected] writes: You could set up a counter variable and have the while loop conditioned on that. reset the counter, the cursor and other variables and start again until done. That said, Mike's solution is much more elegant if it works. Working with the cursor this way only has the advantage of discovering if there is something in the environment, rather than the amount of data, that is causing the problem.

