[Mono-bugs] [Bug 60172][Nor] Changed - OdbcConnection.Open: Exception thrown after a few calls.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Jun 2004 15:01:40 -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 sebastien.robitaille@croesus.com.

http://bugzilla.ximian.com/show_bug.cgi?id=60172

--- shadow/60172	2004-06-14 18:23:09.000000000 -0400
+++ shadow/60172.tmp.23057	2004-06-15 15:01:40.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien.robitaille@croesus.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -79,6 +79,15 @@
 Additional Information:
 
 Sybase Database
 mono-0.95
 freetds-0.62.3
 unixODBC-2.2.8
+
+------- Additional Comments From sebastien.robitaille@croesus.com  2004-06-15 15:01 -------
+After investigation, the number "188" specified un the Bug 
+description is related to the maximum number of simultaneous 
+connections authorized by the database engine (200 on my database).
+
+The Close method doesn't seem to behave correctly (It doesn't 
+actually close the database connection).
+