Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Net-Library error 10054: ConnectionCheckForData ((null) ())

Status
Not open for further replies.

StatisticianDB

Technical User
Aug 24, 2001
16
US
I wrote a stored procedure which returns a readtext value and tried to use that value in an insert exec statement. But I get the following error when I execute the insert statement:

DB-Library: Unexpected EOF from SQL Server. General network error. Check your documentation.
Net-Library error 10054: ConnectionCheckForData ((null)()).

DB-Library Process Dead - Connection Broken

I am using SQL6.5. When I call the proc, it returns the data I want, I get this error if I use the proc in an insert. What does this error mean? David Lee
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top