C
cmay
I am wrapping a bunch of DB calls into an MSDTC transaction, using the
..net 2.0 System.Transactions transactionscope.
Part of the operations I need to do in this transaction include some
writing to the file system (deleting a file / creating a file).
There is no way to rollback changes to the file system correct?
Just checking...
..net 2.0 System.Transactions transactionscope.
Part of the operations I need to do in this transaction include some
writing to the file system (deleting a file / creating a file).
There is no way to rollback changes to the file system correct?
Just checking...