what is the Benefit of wrapping database calls into MTS
transactions?



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

Post New Answer

More Visual Basic Interview Questions

What is the difference Between ADO and other data access objects?

1 Answers  


How many objects resides in ADO ?

0 Answers  


How can I access a record by record number?

0 Answers  


Through which protocol OLEDB components are interfaced?

0 Answers  


What is the difference Between ADO and other data access objects?

2 Answers   HCL,






To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

1 Answers  


how to make unlimited id(1rimjim,2rimjim,3rimjim....etc) login grp chat pogram for jabber?

0 Answers  


What are the types of API Types.

0 Answers   TCS,


Is it possible to call backend procedures with ADO control?

1 Answers   TCS,


How would you add column headers in listview control?

1 Answers   Infosys,


What is RDO?

1 Answers  


Explain the types of Views in Listview Control?

0 Answers   Hella,


Categories