[Mono-bugs] [Bug 72874][Nor] Changed - DataSet.Merge returns empty result

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 4 Mar 2005 00:32:15 -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 atsushi@ximian.com.

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

--- shadow/72874	2005-03-03 19:46:03.000000000 -0500
+++ shadow/72874.tmp.2478	2005-03-04 00:32:15.000000000 -0500
@@ -74,6 +74,18 @@
 Ok, what I meant is, in other words; just put the exact console output
 instead of just writing "The second series of results is empty."
 
 ------- Additional Comments From dmcgowan@meiosys.com  2005-03-03 19:46 -------
 The rows are returned after the merge but they are empty.
 
+
+------- Additional Comments From atsushi@ximian.com  2005-03-04 00:32 -------
+What I mean is about the rows returned *before* the merge. In your
+example code, there are two "PrintRows()" invokation, so IF there are
+rows in the table, there must be console output for those table data
+caused by the first PrintRows().
+
+It it is still not understandable, run
+
+mono yourexample.exe > result.txt
+
+and attach the "result.txt" generated there.