Explain Dataset Accept Changes and Data Adapter Update methods?
Data Adapter Update method Calls the respective INSERT, UPDATE, or DELETE statements for every inserted, updated, or deleted row in the Data Set.
Data Set Accept Changes method Commits all the alters made to this row since the last time Accept Changes was called.