I'm using the following code per kb313540 but i keep getting an error:
a.. Check and update each row manually instead of using the AcceptChanges
method on the DataSet.
a.. Use the RowUpdated event of the DataAdapter object and skip the
duplicate rows.
If e.StatementType = StatementType.Insert Then e.Status =
UpdateStatus.SkipCurrentRow
a.. The error i'm getting is: expression does not produce a value (Visual
Studio.Net 2003 has an line under "updatestatus"a.. Any ideas?? Thanks for
your help!a.. Chris Thunella.. cthunell@pierceassociates.com