INFO: Connection Pool Management by ADO Objects Called From ASP (191572)
The information in this article applies to:
- ActiveX Data Objects (ADO) 1.5
- ActiveX Data Objects (ADO) 2.0
- Microsoft Active Server Pages
- Microsoft Data Access Components 2.5
This article was previously published under Q191572 SUMMARY
When using ActiveX Data Objects (ADO) within an Active Server Pages (ASP)
page, it is important to know how to utilize connection pooling
effectively. When using different combinations of implicit and explicit ADO
connections with ADO recordsets and commands instantiated with
Server.CreateObject or just CreateObject, it is possible for the connections to not be returned to the connection pool. The table in the "More Information" section depicts possible scenarios and outcomes.
Note Connections that use the Jet OLE DB providers and ODBC drivers are not pooled because those providers and drivers do not support pooling.
REFERENCES
For additional information about connection pooling, please see the following article(s) in the Microsoft Knowledge Base:
169470 INF: Frequently Asked Questions About ODBC Connection Pooling
For additional information about connectionADO/ASP Scalability, please see the following article(s) in the Microsoft Knowledge Base:
176056 INFO: ADO/ASP Scalability FAQ
- Connect to Support Online at the following Internet address:
- In the My Question Is About box, select All Products.
- In the My Question Is box, type the Article ID (qnumber) of the article
that you want to see. For example, type ""Q162192"" (without the quotation
marks).
- Click Find (next to the My Question Is box). This search will return from one to several article titles. The
Article ID appears in the upper-left corner of the article. You can see
the Article ID only after you click to view the article.
- Click the title of the article to view it.
Modification Type: | Minor | Last Reviewed: | 3/2/2005 |
---|
Keywords: | kbDatabase kbinfo KB191572 |
---|
|