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 is data access pattern?

1 Answers  


Define data adapter?

1 Answers  


What is typed dataset ?

1 Answers   NA,


What is the difference between executequery and executenonquery?

1 Answers  


Explain what is datagrid with an example?

1 Answers   C DAC, CDAC,


What are the different methods available under the sqlcommand class to access the data?

1 Answers  


Define table relations?

1 Answers  


What is openrowset?

1 Answers  


what is ado.net

6 Answers   Karrox, SunGard,


Is it possible to load multiple tables in a Dataset?

1 Answers  


Which provider is used to connect ms access, oracle, etc…?

1 Answers  


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

1 Answers  


Categories