The DataAdapter.Update() method calls any of the DML
statements, such as the 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 changes made to the row since the last time the
AcceptChanges() method was called.
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
The DataAdapter.Update() method calls any of the DML statements, such as the 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 changes made to the row since the last time the AcceptChanges() method was called.