hi RMG
i have five loops and in each loop i am inserting data into a table , i.e into five different tables , i havent used any start transaction ,commit transaction and rollback transaction yet in my flow .
my flow looks like this, can u tell me if i add the steps in the paranthesis below to my flow does it work .
try block
(pub.art.transaction:startTransaction)
loop 1
insert table 1
loop 2
insert table 2
loop 3
insert table 3
…
loop 5
insert table 5
(pub.art.transaction:commitTransaction)
catch block
(pub.art.transaction:rollbackTransaction)
exception handling
can u explain me if there is any better way to make all five loops as a single transaction.
thank you
srikanth
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods