Viewing 4 posts - 1 through 4 (of 4 total)
OK, I have a 'solution' of sorts. It's really bad though.
Basically I'm looping through the records in a cursor, so it starts bad... and gets worse.
I've set the following
SET...
March 7, 2014 at 1:48 pm
Thanks all for the replies. I know the system performing the locks is bad, why they couldn't have gone for optimistic locking I'll never know. But I cannot control that...
March 7, 2014 at 1:27 pm
You are correct, there is no deadlocking to worry about.
I just need a way to check for locks BEFORE updating.
It sounds really simple but I'm lost.
March 7, 2014 at 12:36 pm
My question is how to skip past the locked record. Not how to update it. I know you cannot update it but I don't the whole process stopped because of...
March 7, 2014 at 12:07 pm
Viewing 4 posts - 1 through 4 (of 4 total)