[Mono-bugs] [Bug 71766][Cri] Changed - RETURN_VALUE from stored procedure exception.
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 27 Jan 2005 02:57:42 -0500 (EST)
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@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71766
--- shadow/71766 2005-01-27 02:56:19.000000000 -0500
+++ shadow/71766.tmp.9614 2005-01-27 02:57:42.000000000 -0500
@@ -107,6 +107,13 @@
returns the return value of the stored proc.
How often does this happen?
Everytime.
Additional Information:
+
+------- Additional Comments From tsureshkumar@novell.com 2005-01-27 02:57 -------
+quick hack, though not a solution,
+
+if you use @RETURN_VALUE instead of RETURN_VALUE as parameter name,
+this error won't occur.
+