DataAdapter.Update() and DataSetAcceptChanges() methods

Explain about the DataAdapter.Update() and DataSetAcceptChanges() methods.

E

Expert

Verified

The DataAdapter.Update() method calls any of the DML statements, like the UPDATE, INSERT, or DELETE statements, since the case may be to update, insert, or delete a row in the DataSet.

The DataSet.Acceptchanges() method make all of the changes which are made to the row since last time theAcceptChanges() method was invoked.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.