Difference between datareader and dataset?
Answer Posted / harshan kadam
Data reader is the forward and read only .it is a
disconnected architecture of the data base.it is the works
on retrive the data on the data base.
DataSet is the disconnected architecture.it is a works on a
data base is x-copy and retrive the data.it is a collection
of data collection(data row and data column) and is the
connection of the XML.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is bubbled event?
Do we use stored procedure in ADO.Net?
Explain the difference between data reader and data adapter?
What is the difference between oledb sql server and oledbdotnet provider?
What are the major challenges in accessing data from a database?
Explain how can we load multiple tables in to dataset?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What is untyped dataset?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
how Sequence to connect and retrieve data from database using dataset?
Explain the advantage of ADO.Net?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What is dataset object? Explain the various objects in dataset.
What is an orm, and why would you use one instead of plain old ado.net?
What is ado.net code?