AcceptChanges does not affect your database, it only affects the DataSet (your copy of the data in memory).
Using AcceptChanges will cause all Datarows of all tables in the dataset to have a Rowstate reset in RowState.Unchanged.
AcceptChanges DataTable.GetChanges. DbDataAdapter.Update. , , AcceptChanges, DataSet, .