Question
Wells Fargo
IN
Last activity: 6 Jul 2023 7:41 EDT
Commit method is considering last iteration in loop
Hi, I have a requirement where I have to commit each loop once all iterations are done. I am trying to update WO1 and WO2 which available in loop. Within the loop I am saving the data using Call ObjSave. It should save all pages on current thread once we come out from the loop but commit is happening only last for last WO2. Still WO1 is not commit to the data base. Is there any way we can commit all saved pages at end once all looping is complete.TIA