September 19, 2003 at 7:24 am
I apologize if this is not the correct posting category.
I am looking for sample/template code of a deadlock handling routine for our developers.
September 22, 2003 at 8:00 am
This was removed by the editor as SPAM
September 22, 2003 at 11:10 am
Hey ZZ,
I dont have a code sample handy, I think it's one of the these two errors (the other is a timeout):
If Err.Number = -2147217871 Or Err.Number = -2147467259
Have to decide what makes sense, but for deadlock typically wait for a random delay of a couple seconds, then do a resume. Add a counter so you don't risk getting stuck in perpetual retry.
Andy
September 23, 2003 at 9:11 am
Thanks for the feedback.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply