[Mono-bugs] [Bug 36578][Nor] Changed - Cannot open two connections at the same time to Microsoft SQL Server
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Mon, 13 Jan 2003 17:12:49 -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 egonia@acxiom.com.
http://bugzilla.ximian.com/show_bug.cgi?id=36578
--- shadow/36578 Fri Jan 10 14:23:01 2003
+++ shadow/36578.tmp.10007 Mon Jan 13 17:12:49 2003
@@ -2,13 +2,13 @@
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: System.Data.SqlClient
AssignedTo: rodrigo@ximian.com
ReportedBy: egonia@acxiom.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -55,6 +55,16 @@
in <0x00027> 00 Mono.Data.Tds.Protocol.Tds:ExecProc (string)
in <0x00766> 00 System.Data.SqlClient.SqlConnection:Open ()
in [0x0001d] (at /home/egonia/snmpcollect/test.cs:14) 00 .test:Main ()
Expected Results:
Open both connections like when run on Microsoft.Net platform.
+
+------- Additional Comments From egonia@acxiom.com 2003-01-13 17:12 -------
+With version .18 I can open two connections, but doing the following
+procedure hangs:
+
+Start reading table A in the database.
+Inside of loop, use other connection to write to table B.
+Try to read from table A. (this hangs)
+
+I have tested my code on .Net and it works there.