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
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is the difference between executequery and executenonquery?
How to pass multiple tables in datasets simultaneously?
What is the difference between sqldatareader and sqldataadapter?
What is the difference between Datareader and Dataset?
Which is better entity framework or ado.net?
Why is ADO.NET serialization slower than ADO ?
What is ado.net in vb net?
What is the use of SqlCommand object?
What are typed and untyped dataset?
Define connection string?
What is the meaning of executenonquery?
What do you know about ado.net's methods?
What are the advantages of ado.net?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx