in reply to Re^2: Match a list of numbers from a list of files
in thread Match a list of numbers from a list of files

As per your requirement, will the transaction begin, only after end of the previous transaction? or when one transaction goes on, another transaction can be started? If it is, then you have to handle differently, your solution may not work, else this is fine.
  • Comment on Re^3: Match a list of numbers from a list of files

Replies are listed 'Best First'.
Re^4: Match a list of numbers from a list of files
by shawshankred (Sexton) on Dec 18, 2008 at 18:31 UTC
    It will begin after the end transaction. So this should work.