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 connected architecture in ado.net?
Explain the overview of ado.net architecture?
How to add a javaScript function in a datagrid?
What is ado data control?
What is microsoft ado?
Define bubbled event?
How to check if the Dataset has records ?
Do you use stored procedure in ado.net?
What does sqldatareader return?
What is the difference in record set and dataset?
What is ambient transaction?
What is the usage of the dataset object in ado.net?
What is data relation in ado.net?
What is the use of Dataview?
What is a control toolbox?