Enlist the Transaction of two transactional com+ object
COM
1
Posts
1
Posters
0
Views
1
Watching
-
Object A was configged as "Requer Transaction" property and Object B(Actually is a databass access object to oracle and use ado to access to the datasource) was configged as "Supported Transaction" one.now A will invoke B and B must run in the Transaction context.is that practical and how to write the implement code of enlist the two transaction? thank you. Scratch