VBA (Visual Basic for Applications) Question:

Explain Benefit of wrapping database calls into MTS transactions?

Tweet Share WhatsApp

Answer:

Benefit of wrapping database calls into MTS transa...

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 VBA PDF Read All 39 VBA Questions
Previous QuestionNext Question
Explain Type Library and what is its purpose?Explain Advantage of ActiveX Dll over Active Exe?