Difference between datareader and dataset?
Answer Posted / raghavendra.v
DataReader is conncetion oriented u can find the changes in
the database reflected in data reader immediately
where as dataset is pure disconnected one you will find the
changes only when u refresh the dataset using dataadapter
Is This Answer Correct ? | 50 Yes | 13 No |
Post New Answer View All Answers
What does executequery return?
What are basic methods of dataadapter?
What are the benefits of using ado.net?
Which namespaces are used for data access?
What are the advantages of ado.net?
What are the steps to connect to a database?
Which is faster ado.net or linq?
Explain advantages of ado.net?
How can we save all data from dataset?
What is maximum pool size in ado.net connection string?
What is ado.net architecture?
What is disconnected architecture in ado.net?
Explain About ado.net components/objects. Usage of data adapters and tell the steps to retrieve data.
Which is better ole db or odbc?
Which is better entity framework or ado.net?