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.

Answers were Sorted based on User's Feedback



I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, Ho..

Answer / 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

I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, Ho..

Answer / amit

use the timestamp datatype

Is This Answer Correct ?    5 Yes 2 No

Post New Answer

More ADO.NET Interview Questions

What are the important features of ado.net 2.0?

0 Answers  


Can a DataReader be used as a DataSource for a GridView. If it is so how will you handle paging.

3 Answers   Directi,


Explain the different row versions available in table?

0 Answers  


Why sql Data Reader object not created

9 Answers   Matrix,


can we execute trigger normally at the desired time?

3 Answers   Microsoft,






What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

0 Answers  


What is typed dataset ?

0 Answers   NA,


What is ole word?

0 Answers  


How can we add/remove row's in "datatable" object of "dataset"?

0 Answers  


What is csdl entity framework?

0 Answers  


Can you edit data in the Repeater control?

9 Answers  


Describe ado.net object model in detail.

0 Answers  


Categories