Guest_imported
New member
- Jan 1, 1970
- 0
I a totally new to MTS programming.Can any one tell me ?
when I develop a a component which does not support transaction ,how do tell the MTS that my operartion is over,can I call setAbort or setComplete of Object context object ?
like in my case I have couple data accessing components some which do not need a transaction so how do script them?Do I need to get reference to objectContext and call its setAbort or setComplete methods?
See these components perform simple queries and do not need any transaction.
thanks in advance for any help.
when I develop a a component which does not support transaction ,how do tell the MTS that my operartion is over,can I call setAbort or setComplete of Object context object ?
like in my case I have couple data accessing components some which do not need a transaction so how do script them?Do I need to get reference to objectContext and call its setAbort or setComplete methods?
See these components perform simple queries and do not need any transaction.
thanks in advance for any help.