[progress Communities] [progress Openedge Abl] Forum Post: Re: How To Skip A Busy Record In...

  • Thread starter Thread starter cverbiest
  • Start date Start date
Status
Not open for further replies.
C

cverbiest

Guest
def buffer alt-record for record. /* for each no-lock */ for each record no-lock: /* lock the record without waiting using an alternate buffer */ find alt-record where rowid(alt-record) = rowid(record) excluisve-lock no-wait no-error. if locked alt-record then do: /* report error */ next. end. end.

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