[progress Communities] [progress Openedge Abl] Forum Post: Re: Oe11.5.1 Win32: May I Ask...

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

ChUIMonster

Guest
It's your code. "Chunk" the transactions: define variable i as integer no-undo. outer: do while true transaction: repeat: /* your stuff ... */ i = i + 1. if i modulo 100 = 0 then next outer. end. leave. end.

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