Z
Zach Corera
If I want to return both a recordset to a SqlDataReader and an output
parameter from a stored procedure to .Net, I must close the SqlDataReader
first or the value of the output parameter is not passed to .Net
Are their any workarounds?
Can a SqlDataReader be "re-opened" after it's closed?
Does that reset it back to the first record?
parameter from a stored procedure to .Net, I must close the SqlDataReader
first or the value of the output parameter is not passed to .Net
Are their any workarounds?
Can a SqlDataReader be "re-opened" after it's closed?
Does that reset it back to the first record?