Visual Basic (VB) Question:
Download Questions PDF

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

Visual Basic (VB) Interview Question
Visual Basic (VB) Interview Question

Answer:

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.

Download Visual Basic (VB) Interview Questions And Answers PDF

Previous QuestionNext Question
What are some benefits of using MTS?Describe and In Process vs. Out of Process component. Which is faster?