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 is Data view?
What is difference between ado.net and asp net?
What is the difference between sqlcommand and sqldataadapter?
What is data view and variable view?
What is a data control clerk?
Define connection string?
What are disadvantages of microsoft-provided data provider classes in ado.net?
Which is faster entity framework or ado.net?
Which parameter of ConnectionString is used to specify the name of the database?
Explain the architecture of ado.net?
What is a sqldataadapter?
What are the different ado.net namespaces?
Explain the difference between sqlcommand object and command behavior object?
What is the difference between DataReader and DataSet in ADO.NET?
What is an ADO.Net?