
| email this FAQ to a colleague
Q: How is Connection Caching Implemented for the Internet Database Connector? A: IDC does not use ODBC 3.0 connection pooling (came about before the ODBC 3.0 pooling). You can pool connections on an .idc file basis. The pool is keyed by datasource name, username, and password. - Michael Fenbert | Articles | | May 31, 1997 - Connection Pooling with ASP | | Connection pooling might be the easiest way to speed up your dynamic web pages reading from SQL Server. Unfortunately, connection pooling within is turned off by default in Active Server pages. Probably because connection pooling is rarely understood in its entirety. This issue discusses connection pooling with ASP, ISAPI, IDC, and Visual Basic applications. Included is a discussion about ODBC 3.0 and the newest bug fix for ODBC. [Read This Article] [Top] |
| |
|