J
Julian Hershel
If I have a datareader that receives two resultsets from a stored procedure,
is it possible to read the second one first, and return to the first
resultset to read it? To be more clear, I need to read the resultsets in
reverse order. Should I change my stored procedure to return the resultsets
in a specific order or can I do it directly in datareader?
Thank you.
Julian
is it possible to read the second one first, and return to the first
resultset to read it? To be more clear, I need to read the resultsets in
reverse order. Should I change my stored procedure to return the resultsets
in a specific order or can I do it directly in datareader?
Thank you.
Julian