You populate a DataSet with DbDataAdapter. After you update the DataSet, you must propagate these changes back to the data source.

What should you do?

 Posted by Rajkatie on 9/4/2012 | Category: ADO.NET Interview questions | Views: 2807 | Points: 40
Select from following answers:
  1. Use the DbAdapter.Update method.
  2. Use the DataSet.AcceptChanges method.
  3. Use the DbAdapter.Fill method.
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response