DBnetlib error ?
From: Sandeep Nachankar (anonymous_at_discussions.microsoft.com)
Date: 03/08/04
- Next message: anonymous_at_discussions.microsoft.com: "RE: select range of dates"
- Previous message: Tim: "Re: Using SELECT TOP with a variable"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 8 Mar 2004 08:48:37 -0800
hi ,
I have a sp which executes without any problems when
called from query analyser, but when I call it in loop
then I get this error !!! any clues.
my calling sp goes like this.
open cursor
fetch..
do while
exec sp1 ....
...
fetch..
end
the sp1 is called for 2-3 counts and this error is
reported.
[Microsoft][ODBC SQL Server Driver][DBNETLIB]
ConnectionRead (WrapperRead()).
Server: Msg 11, Level 16, State 1, Line 0
General network error. Check your network documentation.
Connection Broken
- Next message: anonymous_at_discussions.microsoft.com: "RE: select range of dates"
- Previous message: Tim: "Re: Using SELECT TOP with a variable"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|