Hi, I just wonder if it is possible to retrieve sproc output
parameters with the ExecuteReader() method. I have some code that
works fine with the ExecuteNonQuery() variant, but fails with the
reader approach.
An article on 4 Guys by Scott Mitchell:
http://aspnet.4guysfromrolla.com/dem.../062905-1.aspx
seems to suggest this is feasible. For some reason, I cannot run
these examples: the output parameters return nothing. When
ExecuteNonQuery() is substituted back, parameter retrieving works.
Has anyone successfully used the ExecuteReader appproach to extract
output parameters? TIA for any pointers.