Update Failed: 0 Records Found when field is Numeric(18,10)
Posted: Wed 02 Nov 2011 17:54
We are using MARS and receiving "Update Failed: 0 Records Found" error when we update a record that has a Numeric(18,10) datatype field. As soon as we change the field to be Numeric(18,9) the error goes away. We have experienced the same thing with datetime fields where the update SQL generated uses datetime2 instead of datetime. Because the update uses all fields and there is a difference in precision, the update fails. The table has a Primary Key and the UpdateAllFields option is set to False. Has anyone else experienced this issue and is there a fix? Thanks