Basic Dot Net Question:
Download Questions PDF

Explain DataSet.AcceptChanges and DataAdapter.Update methods in .NET?

Answer:

DataAdapter.Update method Calls the respective INSERT, UPDATE, or DELETE statements for each inserted, updated, or deleted row in the DataSet.
DataSet.AcceptChanges method Commits all the changes made to this row since the last time AcceptChanges was called.

Download Dot Net Interview Questions And Answers PDF

Previous QuestionNext Question
Explain assemblies in .NET?Explain Difference between Panel and GroupBox classes using .NET?