[Mono-bugs] [Bug 75667][Maj] Changed - Exception thrown when using SqlClient to ExecuteReader with a command of type StoredProcedure

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 1 03:05:58 EDT 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by tsureshkumar at novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=75667

--- shadow/75667	2005-07-30 20:10:37.000000000 -0400
+++ shadow/75667.tmp.1679	2005-08-01 03:05:58.000000000 -0400
@@ -5,13 +5,13 @@
 OS Details: Gentoo Linux Mono 1.1.8.2, Windows XP Mono 1.1.8
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: Sys.Data.SqlClient
-AssignedTo: mono-bugs at ximian.com                            
+AssignedTo: tsureshkumar at novell.com                            
 ReportedBy: mike.hull at coversant.net               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: Exception thrown when using SqlClient to ExecuteReader with a command of type StoredProcedure
@@ -102,6 +102,13 @@
 Source File show a case of this bug.
 
 
 ------- Additional Comments From mike.hull at coversant.net  2005-07-30 20:10 -------
 It is the ReturnValue causing the problem.  This functionality is very
 important to my project.
+
+------- Additional Comments From tsureshkumar at novell.com  2005-08-01 03:05 -------
+current SqlClient implementation does not do RPC when executing stored
+procedures. 
+
+So, rightnow, if the parameter name is changed to "@RETURN_VALUE", it
+should work.


More information about the mono-bugs mailing list