[Mono-bugs] [Bug 75701][Maj] New - Extra "exec" keyword breaks
sp_reset_connection
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 3 14:24:29 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 bugzilla at patearl.net.
http://bugzilla.ximian.com/show_bug.cgi?id=75701
--- shadow/75701 2005-08-03 14:24:28.000000000 -0400
+++ shadow/75701.tmp.29310 2005-08-03 14:24:29.000000000 -0400
@@ -0,0 +1,31 @@
+Bug#: 75701
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Data.SqlClient
+AssignedTo: mono-bugs at ximian.com
+ReportedBy: bugzilla at patearl.net
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Extra "exec" keyword breaks sp_reset_connection
+
+Description of Problem:
+
+At some point in the use of the MS SQL client, the system attempts to
+perform the following command on the SQL server:
+
+ "exec exec sp_reset_connection"
+
+Naturally, this fails. The culprit appears to be line 357 in
+Mono.Data.Tds.Protocol/Tds70.cs:
+
+ ExecProc ("exec sp_reset_connection");
+
+ExecProc() appears to add an "exec" on its own, leading to the duplicate.
More information about the mono-bugs
mailing list