Select from following answers:- Set ContinueUpdateOnError to True.

- Set BatchUpdateSize to 0.
- Set BatchUpdateSize to the number of rows in the DataTable.
- All Above
If ContinueUpdateOnError is set to True, no exception is thrown when an error occurs during the update of a row. The update of the row is skipped and the error information is placed in the RowError property of the row in error. The DataAdapter continues to update subsequent rows.
If ContinueUpdateOnError is set to False, an exception is thrown when an error occurs during the update of a row.
Show Correct Answer
Source: Measureup.com | |
Alert Moderator