[progress Communities] [progress Openedge Abl] Forum Post: Re: Simple Loop Is Slow Compared...

  • Thread starter Thread starter davez
  • Start date Start date
Status
Not open for further replies.
D

davez

Guest
When you use a DO WHILE, I believe the condition is reevaluated after each iteration, which would explain why it's slower than just a DO loop. With the NO-UNDO statement, Progress skips the transaction back-out tracking so it's even faster.

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