K
Kevin Burton
I have a stored procedure and I set up the command type
to be StoredProcedure with the return value and the
output parameter set to InputOutput. This StoredProcedure
also returns a set of rows. From the best that I can tell
if I use ExecuteReader() the first time it returns the
OUTPUT parameter and it takes a second time to actually
get the data. Is this the default behavior or is there
some special setup to get this to return the data AND the
OUTPUT parameter in one call to ExecuteReader()?
Thank you for your suggestions.
Kevin
(e-mail address removed)
to be StoredProcedure with the return value and the
output parameter set to InputOutput. This StoredProcedure
also returns a set of rows. From the best that I can tell
if I use ExecuteReader() the first time it returns the
OUTPUT parameter and it takes a second time to actually
get the data. Is this the default behavior or is there
some special setup to get this to return the data AND the
OUTPUT parameter in one call to ExecuteReader()?
Thank you for your suggestions.
Kevin
(e-mail address removed)