What is the difference between a Dataset and DataReader?
Can dataReader hold data from multiple tables?
Answer Posted / sandyni
DataSet is a disconnected object and holds the data from
datastore. It can hold the data of more than one table.
where as dataReader is connected architecture which can
rbe used to read the data from the dataset in forward only
fashion. DataReader cannot hold multiple tables of data.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Is ado.net an orm?
What is Dataset Object?
What is basic use of data view?
Why do we need ado.net?
Explain the role of data provider in ado.net?
What is difference between executequery and executeupdate?
What are the steps you will take to improve performance?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
What is connection string?
What is difference between ado.net and asp net?
What is connected architecture in ado.net?
What are the major challenges in accessing data from a database?
describe the dataset object in ado.net.
What are the difference between readonly vs. Const?
What is execute reader in ado.net?