[Mono-bugs] [Bug 72607][Wis] New - mono don't close connection on Fill call (DATASET)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Feb 2005 04:52:30 -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 informatique.internet@fiducial.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=72607
--- shadow/72607 2005-02-15 04:52:30.000000000 -0500
+++ shadow/72607.tmp.23516 2005-02-15 04:52:30.000000000 -0500
@@ -0,0 +1,25 @@
+Bug#: 72607
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: Gentoo
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: informatique.internet@fiducial.fr
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono don't close connection on Fill call (DATASET)
+
+Normally,when you do a Fill (on a dataset)
+if the connection isn't open:
+1 it opens the connection
+2 it does the transaction
+3 it closes the connection
+
+We've seen that mono opens the connection but it doesn't close it...