
|
email this FAQ to a colleague
Q:
I have this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver][dbnmpntw]ConnectionOpen (CreateFile()).
What is the problem?
A:
This can happen becuase of Named Pipe connection problems to SQL. Usually the IUSR_MACHINE account isn't recognized by a remote SQL server.
- Michael Corning
|
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]
|
|
|
|
|