Difference between datareader and dataset?
Answer Posted / chaitanya.k
Data Reader is a forward only and read only data
DataSet is used to maintain relationships between multiple
tables.
Data Reader can't persist the data
Data Set can persist the data
| Is This Answer Correct ? | 145 Yes | 22 No |
Post New Answer View All Answers
What is the difference between OLEDB Provider and SqlClient?
What are all the classes that are available in System.Data Namespace?
What are the major difference between classic ADO and ADO.NET?
What is ado.net tutorial?
Why edit is not possible in repeater?
What is difference between dataset and datatable?
How can we load multiple tables in a dataset?
Which is faster ado.net or linq?
What is the difference in record set and dataset?
What is ado.net object model?
What are the important features of ado.net 2.0?
Which is the feature of ado.net?
Define executenonquery?
How to create dynamic gridview?
What is the difference between the clone() and copy() methods of the dataset class?