Here is my problem: I have a READE in a loop In this loop, I can update the record or not, depending on a condition.
In this situation: I've red the last record of the sequence, it's locked It doesn't satisfy the condition, so it isn't updated, so it isn't unlocked The program tries to read the next record, it isn't successful, but...
My question is: does it free the lock for the other record or not?