Posted by ImOk on 12/17/53 11:52
I just have a question about trapping and retrying errors especially
file locking or database locks or duplicate key errors.
Is there a way after you trap an error to retry the same line that
cause the error?
In many other languages you have the option of rertying certain errors.
In effect, its like a return to the exact same line. You can then retry
certain # of times and then produce an error if it keeps failing.
Navigation:
[Reply to this message]
|