StatisticianDB
Technical User
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
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