Answer Posted / nityanand
Dataset:Disconnected Architecure and Relation between Row
and Column
Datareader :Connected architecture and Forward only and
read only data access.
DataTable : It is collection of data Rows and Column.
| Is This Answer Correct ? | 59 Yes | 2 No |
Post New Answer View All Answers
What are the main differences between classic ado and ado.net?
How do you implement locking concept for dataset?
How to creating a SqlCommand Object?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is the use of connection object in ado.net?
What is a serialized object?
What does datareader object do?
What are the drawbacks of using ado.net?
What two types of data providers does ADO.NET supply? What determines which one you should use?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is defaultview in datatable?
What is acid in ado.net?
What connected data?
What is dataset object? Explain the various objects in dataset.
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 28 can datareader hold data from multiple tables?