DEVFYI - Developer Resource - FYI

What is the benefit of wrapping database calls into MTS transactions?

Visual Basic Interview Questions and Answers


(Continued from previous question...)

14. What is the benefit of wrapping database calls into MTS transactions?

If database calls are made within the context of a transaction, aborting the transaction will undo and changes that occur within that transaction. This removes the possibility of stranded, or partial data.

(Continued on next question...)

Other Interview Questions