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

how many no of controls in form?

1 Answers   Airex Logistics, Tata Logistics,


what database you used in project?

2 Answers   Satyam,


Record set object consists of what?

5 Answers   Microsoft,


Difference between Linked Object and Embedded Object?

2 Answers  


what are the Differences between ActiveX Exe and Dll?

2 Answers  






____ is the difference between Listindex and Tab index.

0 Answers  


Give brief description about class?

0 Answers  


Are there any examples of commercial applications built using Visual Basic?

0 Answers  


What is the use of OLE?

0 Answers   IBM,


What is a variant data type and when would you use it?

3 Answers  


Explain about form creation in Visual Basic?

0 Answers  


What do you know about user forms.

0 Answers  


Categories