
|
email this FAQ to a colleague
Q:
I am getting this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC SQL Server Driver]Communication link failure
What am I doing wrong?
A:
Make sure that your largest column is the last column retuned. Make sure that you do not have any columns returned after a text or an image column
- Wayne Berry
|
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]
|
|
|
|
|