Your code calls the Update method of a DataAdapter to update a database with changes made to a DataTable. You must ensure that all row updates are attempted before Update returns.

What should you do?

 Posted by Rajkatie on 10/30/2012 | Category: ADO.NET Interview questions | Views: 3165 | Points: 40
Select from following answers:
  1. Set ContinueUpdateOnError to True.
  2. Set BatchUpdateSize to 0.
  3. Set BatchUpdateSize to the number of rows in the DataTable.
  4. All Above

Show Correct Answer


Source: Measureup.com | | Alert Moderator 

Comments or Responses

Login to post response