[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Multi Table Dynamic Query Issues Using -rereadnolock

  • Thread starter Thread starter frank.meulblok
  • Start date Start date
Status
Not open for further replies.
F

frank.meulblok

Guest
You're comparing a FOR EACH loop with a query. Those are two different things with different levels of functionality etc. What happens if you set lvQueryHandle:FORWARD-ONLY = YES before opening the query ? That'll avoid building a result list etc. and *should* make the query behave more like the FOR EACH.

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