VBA (Visual Basic for Applications) Question:
Download Job Interview Questions and Answers PDF
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.
Download VBA Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain Type Library and what is its purpose? | Explain Advantage of ActiveX Dll over Active Exe? |