‎2007 Nov 10 12:49 PM
hi
please answer this query of mine.
if i have 2 transactions using call transaction. 1st transaction updated successfully,
while updating 2nd transaction call transaction fails?
thn how can i rollback the 1st transaction?
thnks
‎2007 Nov 10 1:07 PM
Madhavi,
you can not update multiple transactions using call transaction method. This is one of the disadvantage in Call transaction method.
Pls. reward if it helps,
Satish
‎2007 Nov 10 3:58 PM
I have faced a similar problem.
If the second transaction fails, you have to resubmit the first one in such a way that it does the reverse of what it did the first time.
Rob