what is the Benefit of wrapping database calls into MTS
transactions?
Answer Posted / guest
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.
Transaction that uses the Microsoft? Transaction Server
(MTS) environment. MSMQ implicitly uses the current MTS
transaction if one is available.
BENIFTIS OF USING MTS :
Database Pooling, Transactional operations, Deployment,
Security, Remote Execution
This allows MTS to reuse database connections. Database
connections are put to ?sleep? As opposed to being created
and destroyed and are activated upon request.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write the Steps in Creating an ActiveX Control?
What is dao in vb?
___ is the control used to call a windows application.
Explain Types of DBCombo boxes?
Write the steps in Creating ActiveX Dll and Active Exe?
Explain about form creation in Visual Basic?
Is visualvm free?
Explain about manipulating the recordset object
How many ways you can access file using VB?
How can you get selected file from file system Control?
What is file in vb?
How to find the current record position in data control?
___ is a property to resize a label control according to your caption.
It is possible to access Text (x.txt) files? Explain.
What is the use of Tabledef?