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
What are the parameters that control most of connection pooling behaviors?
What is an ADO.Net?
How to retrieve the user id which is provided while windows authentication?
Is it possible to edit data in Repeater control?
How many major types of connection objects in ADO.NET?
Define the executescalar method?
What is connected architecture in ado.net?
Why is it important to close an ado.net application?
What is an ado connection?
Compare Data Reader & Dataset in ado.net?
How can we add relation between tables in a dataset?
Which architecture does Datasets follow?
What is data reader in ado.net?
If we are not returning any records from the database, which method is to be used?
What is row state?