The information in this article applies to:
SYMPTOMS
When you run a DB-Library (DB-Lib) application, the following error
message is received:
CAUSE
A DB-Lib application communicates with a SQL Server across the network
using a tabular data stream (TDS). This TDS is transmitted across a named
pipe, which is provided and maintained by the network operating system.
Each DB-Lib application automatically parses this TDS to extract useful
information (for example, query result rows).
There are two potential causes for this error:
WORKAROUND
Check for possible network problems, or run network diagnostics.
Remember that the problem can involve any of the networking
hardware or software, on the server and/or on the client.
(configuring) and (LAN Manager) and (Peer Service) and (SQL Server) When you write a DB-Lib application, the 10008 error can be gracefully handled by having the error handler of the DB-Lib application trap the 10008 error. After receiving it, you can close the DBPROCESS connection, open a new one, then resend the query. Additional query words: Windows NT
Keywords : kbnetwork SSrvLAN SSrvWinNT |
Last Reviewed: March 11, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |