PB 2017 R3
Hey everyone! I've never tried this before... Is there a way to trap a keypress while in a loop?
We are processing over 4 million rows in a loop. To handle memory, I am resetting and retrieving appropriate untouched rows after every ### rows. I can cancel the process with DBCancel and the RetrieveRow event during the retrieve. But I would like to allow the user to cancel while looping the ### number of rows if possible as well.
Any ideas?
Thanks!
Jason Lipman
Can you do a retrieve with only the minimum columns needed to feed into a SELECTBLOB statement? The SELECTBLOB and code to write it to disk could go into the RetrieveRow event. A Yield function could be used to allow for updating progress on the window.