A question… If I am writing an OScript function and my CS is using an Oracle DB backend, if I rollback a transaction that I start in Level2() (as part of DoMoreStuff) will the transaction that I start in the function Level1() also be rolled back..?
Function Level1( args ) {
…
DoStuff
…
CAPI.StartTransaction()
…
Level2()
…
DoMoreStuff
…
CAPI.EndTransaction()
}
Function Level2( args ) {
…
DoStuff
…
CAPI.StartTransaction()
…
DoMoreStuff
…
CAPI.EndTransaction()
}
Thanks in advance for the insight…
--
Jim Brezina
Lead Technical Consultant,
OpenText Optimize Service Programs
Mobile: (847) 361-4471