explain the dataadapterupdate and


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

The DataAdapter.Update() method calls any of the DML statements, like UPDATE, INSERT, or DELETE statements, as the case may be to update, insert, or delete a row in a DataSet. The DataSet.Acceptchanges() method reflects all the modification made to the row since the last time the AcceptChanges() method was called.

 

Request for Solution File

Ask an Expert for Answer!!
DOT NET Programming: explain the dataadapterupdate and
Reference No:- TGS0311080

Expected delivery within 24 Hours