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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 2005-07-30 20:10 ------- It is the ReturnValue causing the problem. This functionality is very important to my project. + +------- Additional Comments From [EMAIL PROTECTED] 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
