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 are the Parts of ODBC?

0 Answers  


What is the return type of Instr and Strcmp?

3 Answers  


What type of multi-threading does VB6 implement?

3 Answers  


which arguments will be used to run a executable program in shell function ?

1 Answers  


what is different between edit and update?

5 Answers   Wipro,






What is the-use of property page Wizard in ActiveX Control?

0 Answers  


Which method is used to write context Into file?

2 Answers  


___ is a property to resize a label control according to your caption.

0 Answers  


How would you create Visual basic Document file?

0 Answers  


How many MDI(multiple document interface) forms can include in one project(especially in visual basic)?

6 Answers   Satyam, VSS,


How many ways you can access file using VB?

0 Answers  


How does the following statements work? On Error Resume Next

1 Answers  


Categories