P
Patrick
While using a Dataview to modify the underlying Table, I
ran into an instance where I can modify a value in a row
and verify using the QuickWatch that the value has
changed, but the rowstate = UnChanged. This causes the
DataSet.HasChanges to be false and the DataSet.GetChanges
() to be null, therefor the record will not update. This
method works on all other records except this one.
ran into an instance where I can modify a value in a row
and verify using the QuickWatch that the value has
changed, but the rowstate = UnChanged. This causes the
DataSet.HasChanges to be false and the DataSet.GetChanges
() to be null, therefor the record will not update. This
method works on all other records except this one.