J
Jim Heavey
I have found that I am unable to read the parms until after I do a close on
the DataReader. Is that accurate?
In the instance where you are executing a procedure which returns multiple
answer sets, would this still be true?
So if I wanted to get the return value for each of the answer sets, I would
in the Procedure create a variable which would hold the RETURN_Value into
something like RETURN_VALUE1, RETURN_VALUE2....etc? Then after all the
answer sets have been returned I could then read the parameter return
values?
Thanks in Advance for your assistance....
the DataReader. Is that accurate?
In the instance where you are executing a procedure which returns multiple
answer sets, would this still be true?
So if I wanted to get the return value for each of the answer sets, I would
in the Procedure create a variable which would hold the RETURN_Value into
something like RETURN_VALUE1, RETURN_VALUE2....etc? Then after all the
answer sets have been returned I could then read the parameter return
values?
Thanks in Advance for your assistance....