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 |
How would you create your application in DHTML?
what is a property to resize a label control according to your caption?
What is Seek Method which type of record set is available this?
How would you activate animation control?
Which property of textbox cannot be changed at runtime. What is the max size of textbox?
what are the Types of Resultsets?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
What is the difference between change event in normal combobox and dbcombobox?
How can you force new objects to be created on new threads?
HTML stands for What? Use of HTML ?
What is the need of tabindex property is label control.
How many objects resides in ADO ?