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
how we can fire event in databound coulm in datagfrid withot using button?
What is the difference between oledb sql server and oledbdotnet provider?
What is ado.net objects?
What are the benefits of using of ADO.NET in .NET 4.0?
Explain ado.net features? Benefits? Drawbacks?
How would you connect to a database by using .NET?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Can we load multiple tables in a dataset?
What is difference between ado.net and asp net?
Command objects uses, purposes and their methods.
Why is stored procedure used in ado.net?
Is ado.net an orm?
What is executenonquery ado.net?
What is the difference between dataset and datatable?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.