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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Jun 2004 04:55:03 -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 tsureshkumar@novell.com.

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

--- shadow/60172	2004-06-22 06:46:22.000000000 -0400
+++ shadow/60172.tmp.23895	2004-06-24 04:55:03.000000000 -0400
@@ -1,13 +1,13 @@
 Bug#: 60172
 Product: Mono: Class Libraries
 Version: unspecified
 OS: Red Hat 9.0
 OS Details: 
-Status: ASSIGNED   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: tsureshkumar@novell.com                            
 ReportedBy: sebastien.robitaille@croesus.com               
 QAContact: mono-bugs@ximian.com
@@ -88,6 +88,11 @@
 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).
 
+
+------- Additional Comments From tsureshkumar@novell.com  2004-06-24 04:55 -------
+This is problem with not freeing odbc handles at OdbcConnection.Close
+method.
+fixed in cvs.