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 are the connected and disconnected modes in ado.net?
What is the DataTableCollection?
What is oledb connection?
Explain why edit is not possible in repeater?
Which method is used to sort the data in ADO.Net?
What is a sqldataadapter?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What do you mean by performing asynchronous operation using command object?
Where is adodb dll located?
Explain what are the steps to connect to a database?
Does entity framework use ado.net?
how we can fire event in databound coulm in datagfrid withot using button?
How to find the given query is optimised one or not?
What are all the commands used with Data Adapter?
What is ado.net full form?