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
Describe connection object in ado.net
What is a serialized object?
What is dataset object? Explain the various objects in dataset.
Do you use stored procedure in ado.net?
Does entity framework use ado.net?
What does sqldatareader return?
What is a dynaset in access?
Is ado.net an orm?
What is typed dataset ?
What is a sqldataadapter?
What is the advantage of ado.net?
Define atomicity?
What is dao and ado?
Explain how to pass multiple tables in datasets simultaneously?
What are the parameters that control most of connection pooling behaviours?