[Mono-bugs] [Bug 36578][Nor] Changed - Cannot open two connections at the same time to Microsoft SQL Server
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 20 Oct 2003 16:56:24 -0400 (EDT)
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 2003-10-20 16:51:00.000000000 -0400
+++ shadow/36578.tmp.32625 2003-10-20 16:56:24.000000000 -0400
@@ -1,12 +1,12 @@
Bug#: 36578
Product: Mono/Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEEDINFO
+Status: REOPENED
Resolution:
Severity: Unknown
Priority: Normal
Component: System.Data.SqlClient
AssignedTo: tim@timcoleman.com
ReportedBy: egonia@acxiom.com
@@ -77,6 +77,36 @@
problem.
------- Additional Comments From egonia@acxiom.com 2003-10-20 16:50 -------
Created an attachment (id=5678)
Test case
+
+------- Additional Comments From egonia@acxiom.com 2003-10-20 16:56 -------
+I tried to update to cvs and encountered problems. I wrote a small
+test case for the problem. I ran the attached test case on Redhat
+Linux 9 with Mono 0.28 installed. I can try with the next release of
+Mono when it comes out if you like.
+
+This is what I get with Microsoft .Net 1.1:
+C:\>test
+
+Reading from authors table
+Ann
+Writing to jobs table
+Finished writing to jobs table. About to loop for next read.
+
+Reading from authors table
+Anne
+Writing to jobs table
+Finished writing to jobs table. About to loop for next read.
+Hit ENTER to delete inserted rows from jobs table...
+
+
+This is what I get with Redhat Linux 9 using Mono 0.28:
+[egonia@gonia egonia]$ mono test.exe
+
+Reading from authors table
+Ann
+Writing to jobs table
+
+