[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Update a record with NO-LOCK status

  • Thread starter Thread starter Patrick Tingen
  • Start date Start date
Status
Not open for further replies.
P

Patrick Tingen

Guest
Looking at it, I cannot understand what is fundamentally different in this code as opposed to my first example: DO TRANSACTION: FIND bCust EXCLUSIVE-LOCK WHERE bCust.custNum = 1. bCust.name = '1'. FIND bCust NO-LOCK WHERE bCust.custNum = 1. bCust.name = '2'. END. Instead of running another procedure, I do exactly the same, only in the same code block. This time, the ABL says: ** bCust record has NO-LOCK status, update to field not allowed. (396) ** Unable to update bCust Field. (142)

Continue reading...
 
Status
Not open for further replies.
Back
Top