http://bugzilla.novell.com/show_bug.cgi?id=522624
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=522624#c3 Gert Driesen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Gert Driesen <[email protected]> 2009-07-24 15:01:22 MDT --- I was able to reproduce it with SqlClient (got a FormatException). The problem does not appear to be (Sql)CommandBuilder - as the update command we generate exactly mathes MS - but with the way DbDataAdapter.Update determines whether a given parameter is a "nullCheckParam". I *think* it should be easy to fix on the 2.0 profile (as we have DbParameter.SourceColumnNullMapping to determine whether it's a "nullCheckParam"); not sure how to accomplish this on the 1.0 profile. I'll try to have a closer look tomorrow. I also think bug #421336 may be a duplicate of this one. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
