[Mono-bugs] [Bug 53107][Wis] New - DataSet class Merge method problem

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 20 Jan 2004 02:03:32 -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 yraykar@hotmail.com.

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

--- shadow/53107	2004-01-20 02:03:32.000000000 -0500
+++ shadow/53107.tmp.16699	2004-01-20 02:03:32.000000000 -0500
@@ -0,0 +1,43 @@
+Bug#: 53107
+Product: Mono/Class Libraries
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: yraykar@hotmail.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: DataSet class Merge method problem
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+When you use a dataset and try to merge table in a dataset which is empty
+it does not work. The Merge method does not work on empty datasets that is
+dataset does not hold the table even after the Merge method is called.
+
+Steps to reproduce the problem:
+1. Create a new instance of the dataset and try to merge a table to the
+dataset. 
+2. 
+3. 
+
+Actual Results:
+Table does not get merged to dataset.
+
+Expected Results:
+The dataset should hold the table after the method Merge is called as in
+.NET Framework.
+
+How often does this happen? 
+Always
+
+Additional Information: