VBA (Visual Basic for Applications) Question:
Explain Benefit of wrapping database calls into MTS transactions?
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.
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.
Previous Question | Next Question |
Explain Type Library and what is its purpose? | Explain Advantage of ActiveX Dll over Active Exe? |