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
Define the executescalar method?
What is the difference between the clone() and copy() methods of the dataset class?
What is variable view?
What are the benefits of using of ADO.NET in .NET 4.0?
What is the difference between Optimistic and Pessimistic locking?
Explain which name space is used to get assembly details?
Which database is the ado.net?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
What are the drawbacks of using ado.net?
How do you connect to sql server database without using sqlclient?
What is the difference between executenonquery () and executescalar ()?
What is Serialization in .NET? what are the types of Serialization?
What are basic methods of dataadapter?
What is ado.net in mvc?
What is the advantage of ado.net?