[Mono-bugs] [Bug 59946][Maj] Changed - Unexpected Exception in SqlDataAdapter.Update(DataTable)

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 24 Jun 2004 18:24:13 -0400 (EDT)


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=59946

--- shadow/59946	2004-06-13 13:49:28.000000000 -0400
+++ shadow/59946.tmp.1533	2004-06-24 18:24:13.000000000 -0400
@@ -11,13 +11,13 @@
 AssignedTo: sumadevi@novell.com                            
 ReportedBy: uballestrazzi@igconsulting.it               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Unexpected Exception in DbDataAdapter.Update(DataTable)
+Summary: Unexpected Exception in SqlDataAdapter.Update(DataTable)
 
 Description of Problem:
 
 An exception is raised in
 DbDataAdapter.Update(DataTable)
 it's raised immediatly because TableMappings does not contain the 
@@ -62,6 +62,10 @@
 It should work
 
 How often does this happen? 
 Always
 
 Additional Information:
+
+------- Additional Comments From atsushi@ximian.com  2004-06-24 18:24 -------
+Now DbDataAdapter part of the problem should be fixed. However, there
+seems Mono.Data.Tds problem.