Click here to Skip to main content
15,890,186 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
My application does have database operations that are wrapped up in traditional transactions, but it also has objects that do other stuff with external systems.

I would like to add to these objects so that they are controlled by the same transaction object used by the database operations. I have the code for these other objects so I can add to them, but they are not at all database related. I would have to put the code in to make them manually undo thier previous actions if asked to do so.

But how do I make them sensitive to the transaction object? Are there events that I hav eto subscribe to? Interfaces that I have to implement?

How does one go about making a transactionally aware non-DB object?
Posted
Comments
RDBurmon 31-Oct-10 6:39am    
are u talking about the data pooling from text file , excel file , csv file , plist file, unstuctured file or something like that ?

1 solution

There is Microsoft Transaction Server (MTS)[^] and the successor technics.

Cheers
Uwe
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900