Describe Database Connection pooling relative to MTS ?
Answer / guest
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.
Object pooling is an important design concept required for
high-performance applications.
A performance optimization based on using collections of
preallocated resources, such as objects or database
connections. Pooling results in more efficient resource
allocation.
Is This Answer Correct ? | 0 Yes | 0 No |
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
What are two validate with Data Control?
Whats the advantages/disadvantages of using datacontrol vs DAO/ADO/RDO?
1 Answers L&T, MAHINDRA, Teledata,
_____ collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol.
What is snapshot in vb?
Data Control missing from toolbox when I use VB under NT3.5. Why?
Hai! , i make a project for browsing center using vb6.0 , at the time of running below mentioned error is occured so please help me for solve this problem. Error : Can't find project or library
What are 3 main differences between flexgrid control and dbgrid control?
What is the use of Visual Basic Document file?
How can you force new objects to be created on new threads?
What do you mean by ADO?
Why API functions are Required?