G
Guest
I have a stored procedure which returns output values and selects back a
recordset. I can't seem to get both back using ADO.NET. If I use
command.ExecuteNonQuery, I can retrieve the ouptut parameter values but no
recordset, and with ExecuteReader I can get the recordset, but the parameter
values are not updated to the values output by the stored proc. SQL Trace is
identical for both, so I'm sure the values are there. Is this an ADO.NET
bug?
recordset. I can't seem to get both back using ADO.NET. If I use
command.ExecuteNonQuery, I can retrieve the ouptut parameter values but no
recordset, and with ExecuteReader I can get the recordset, but the parameter
values are not updated to the values output by the stored proc. SQL Trace is
identical for both, so I'm sure the values are there. Is this an ADO.NET
bug?