I loaded the dataset with a table of 10 records. One of the
records is deleted from the backend, How do you check
whether all the 10 records were present while updating the
data(Which event and steps) and throw the exception.
Answer Posted / aashish
By Using the Transactions we can check the Exact Numbers of
the rows to be updated and if the updation fails then the
Transaction will be rollbacked.
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
What is partial class?
What is dataadapter in ado.net?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What is the difference in record set and dataset?
What are the connected and disconnected modes in ado.net?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is the difference between DataReader and DataSet in ADO.NET?
What is an ado?
How to check if the Dataset has records ?
Is it possible to edit data in Repeater control?
What is the difference between typed and untyped dataset?
What is ole access?
How do I delete a row from a DataTable?
How to create dynamic gridview?
What Is Difference Between Ado And Ado.net?