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

How to add an aggregate column?

0 Answers  


Which is faster sqldataadapter and sqldatareader?

0 Answers  


What is the provider and namespaces being used to access oracle database?

4 Answers   Microsoft,


How to you declare connection strings and how to you make use of web.config ?

3 Answers   MMTS,


What are two important objects of ADO.Net?

0 Answers  






If a dataset contains 100 rows, how to fetch rows between 10 and 20 only ?

14 Answers   Ksb,


how do u connect ado.net to sql server

1 Answers   Microsystems,


Which is faster ado.net or linq?

0 Answers  


What is a datagridview?

0 Answers  


Describe connection object in ado.net

0 Answers  


Differentiate between Dataset and Recordset.

2 Answers  


What is ado object model?

0 Answers  


Categories