Difference between datareader and dataset?
Answer Posted / abhijeet kumar sharma
DataReader is faster for read data.DateReader is readonly
propurse,DataReader read data between reader Read() and
close() methods.When we read data from database help of
DataReader then database connection is must open.
DataSet is disconnected architecture. We store multiple
data at a time in dataset.
| Is This Answer Correct ? | 6 Yes | 3 No |
Post New Answer View All Answers
Which is faster entity framework or ado.net?
What is difference between datagridview and datagrid control in winforms?
how can implement dropdownlist in particular of dataset when try to update?
What is ado data control?
How can we save all data from dataset?
Name which operations can you not perform on an ado.net dataset?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is connection string?
How will you fill the gridview by using datatable object at runtime?
What is the difference between Optimistic and Pessimistic locking?
What is a datagridview?
Explain the difference between ado and ado.net?
How to add a check box or a dropdown list to a column in a datagrid?
What are the key features of ado.net?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?