rpm2203
10-28-02, 12:44
| I am having a problem finding a way to retry a sql after a deadlock (or any other error for that matter).... my current approach has been to put a 'try' block in a while loop and setting a variable in the 'catch' to detect the error... it does not seem to work... I am looking for a sample code to do this Thanks, Paul |