One approach is to determine in advance how many keys you'll need then generate 
and store these in a text file.  As you work through the main loop, read them 
from the text file and write the successfully-used ones into another text file. 
(Sequential file I/O is not counted as part of the transaction.)  When it comes 
time to commit, you can grab the successfully used ones and do whatever you 
need to do with them.
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to