Visual Basic (VB) Question:
Describe Database Connection pooling (relative to MTS )?
Answer:
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.
Previous Question | Next Question |
Name the four different locking type in ADO and describe them briefly. | What are the ADO objects? |