Re: What is the thoughtful process behind it? SqlDataReader.NextResult Method
- From: "Val Mazur \(MVP\)" <group51a@xxxxxxxxxxx>
- Date: Thu, 14 Apr 2005 21:15:43 -0400
Hi John,
Check next KB with an example
http://support.microsoft.com/kb/308049/EN-US/
--
Val Mazur
Microsoft MVP
http://xport.mvps.org
"John Smith" <JSmith_SJ@xxxxxxxxxxx> wrote in message
news:eWzOC%23RQFHA.3628@xxxxxxxxxxxxxxxxxxxxxxx
>
>
> I am using .NetFramework 1.1. and SQL2K.
>
> I am calling a stored procedure and it has multiple results set and some
> output parameters.
>
> If the output parameter does not meet certain condition, I am quitting the
> stored procedure (SP) by calling "return" statement which results in SP
> not
> returning any result set further.
>
>
>
> Since output parameters of the stored procedure is the last result set in
> a
> data reader, my code has to process the result set first and then output
> result set.
>
>
>
> What is the thoughtful process behind making output parameters of a stored
> procedure as the last result set in a datareader?
>
> Thanks,
>
> John
>
>
.
- References:
- Prev by Date: Re: Extract Unique Values from Database
- Next by Date: RE: Microsoft.ApplicationBlocks.Data
- Previous by thread: What is the thoughtful process behind it? SqlDataReader.NextResult Method
- Next by thread: Viewing Paradox Data Without Correct Accentuation..
- Index(es):
Relevant Pages
|