[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
Wed, 16 Feb 2005 07:22:25 -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 tsureshkumar@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=72607
--- shadow/72607 2005-02-16 04:54:25.000000000 -0500
+++ shadow/72607.tmp.8313 2005-02-16 07:22:25.000000000 -0500
@@ -105,6 +105,9 @@
------- Additional Comments From informatique.internet@fiducial.fr 2005-02-16 04:54 -------
The problem is that MS.NET close the connection automatically... If
you want compatibility between MS.NET and mono behaviour. "Fill" has
to close the connection (if the connection was'nt open before)
+
+------- Additional Comments From tsureshkumar@novell.com 2005-02-16 07:22 -------
+yes, mono too closes the connection.