what is the Benefit of wrapping database calls into MTS
transactions?
Answer / 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 |
What is the difference Between ADO and other data access objects?
How many objects resides in ADO ?
How can I access a record by record number?
Through which protocol OLEDB components are interfaced?
What is the difference Between ADO and other data access objects?
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?
What are the types of API Types.
Is it possible to call backend procedures with ADO control?
How would you add column headers in listview control?
What is RDO?
Explain the types of Views in Listview Control?