Re: Problem opening stored procedure that contains cursor
- From: "Bob Barrows [MVP]" <reb01501@xxxxxxxxxxxxxxx>
- Date: Tue, 19 Sep 2006 10:40:19 -0400
Bob Barrows [MVP] wrote:
Pier-Paolo wrote:
SET NOCOUNT ON
did not function !
In order to reproduce the error I think that is enough to create a
stored procedure that use a SQL CURSOR to create a temporary table.
I need more than that. A cursor on its own does not return records to
the client. I cannot reproduce your problem with simply the cursor
code.
I am suspecting your problem is related to the temporary table rather
than the cursor. You should try creating a test procedure that simply
creates a temp table without using the cursor and see if that produces
the same result.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
.
- References:
- Re: Problem opening stored procedure that contains cursor
- From: Bob Barrows [MVP]
- Re: Problem opening stored procedure that contains cursor
- From: Bob Barrows [MVP]
- Re: Problem opening stored procedure that contains cursor
- From: Pier-Paolo
- Re: Problem opening stored procedure that contains cursor
- From: Bob Barrows [MVP]
- Re: Problem opening stored procedure that contains cursor
- Prev by Date: Re: Problem opening stored procedure that contains cursor
- Next by Date: Re: Problem opening stored procedure that contains cursor
- Previous by thread: Re: Problem opening stored procedure that contains cursor
- Next by thread: Re: Problem opening stored procedure that contains cursor
- Index(es):
Relevant Pages
|
|