[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
Fri, 23 Jan 2004 15:25:15 -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	2003-02-25 14:36:35.000000000 -0500
+++ shadow/36578.tmp.29143	2004-01-23 15:25:15.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 36578
 Product: Mono/Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
-Status: NEW   
+Status: REOPENED   
 Resolution: 
 Severity: Unknown
 Priority: Normal
-Component: System.Data.SqlClient
+Component: Sys.Data.SqlClient
 AssignedTo: tim@timcoleman.com                            
 ReportedBy: egonia@acxiom.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -65,6 +65,51 @@
 
 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.
+
+------- Additional Comments From miguel@ximian.com  2003-10-20 14:28 -------
+Could you try that with current CVS?
+
+I am resetting the bug to `NEEDINFO' until we get a confirmation,
+because it is too old.  Please reset it to NEW if you still have the
+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
+
+
+
+------- Additional Comments From egonia@acxiom.com  2004-01-23 15:25 -------
+This is still a bug as of cvs 1-20-2004.