Difference between datareader and dataset?
Answer Posted / ganesh
datareader(connection oriented) is a read only and forward
only record set which will have the data retrieved based on
the select statement.we can't do DML operations through
datareader.
whereas dataset(disconnected) model which we can do all the
DML operations.
| Is This Answer Correct ? | 111 Yes | 20 No |
Post New Answer View All Answers
What is bubbled event?
What are the major challenges in accessing data from a database?
how can implement dropdownlist in particular of dataset when try to update?
What is data reader in ado.net?
What is a serialized object?
What is full form of ado?
How do you merge 2 datasets into the third dataset in a simple manner?
What are the rules to implement connection pooling?
Which keyword is used to accept variable number of parameters?
Which architecture does Datasets follow?
What is disconnected architecture in ado.net?
What are the different ado.net namespaces?
How to aggregating data across related tables?
What is ole data type?
What are the namespaces used in ADO.Net to connect to a database?