[Mono-bugs] [Bug 72607][Wis] Changed - mono don't close connection on Fill call (DATASET)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 15 Feb 2005 09:04:20 -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 08:52:58.000000000 -0500
+++ shadow/72607.tmp.25713 2005-02-15 09:04:20.000000000 -0500
@@ -55,6 +55,11 @@
{0}", conn.State.ToString ());
conn.Close ();
}
}
}
+
+------- Additional Comments From informatique.internet@fiducial.fr 2005-02-15 09:04 -------
+The problem is only when you don't open the connection before doing
+the fill. in MS.NET "fill" will open the connection and will close it
+after...