Tuesday, March 30, 2010

Issues with reading Output, Return values from Stored Procedure

The sequence is important when we try to read output/return values from stored procedures using ADO.NET. This article is specific to ExecuteReader and retrieving outparam/return values..

Output or ReturnValues from the storedprocedure cannot be retrieved from the command object unless we completely traverse through the Reader.

for more info check: http://support.microsoft.com/?id=308051

Thanks,
-Krish...

No comments:

Post a Comment