Diff. b/w DataReader and DataSet?
Answer Posted / mukul anand
Datareader object is used to directly connect with the data
source and Dataset object is used to create a cache of the
original data source and then retrieve or update the date in
the dataset. It is a disconnected enviornment.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
What is ado asp?
What are the 3 major types of connection objects in ado.net?
Explain the namespaces in which .net has the data functionality class.
What is the difference between oledb sql server and oledbdotnet provider?
What is the difference between Command and CommandBuilder object?
Explain the difference between data reader and data adapter?
Command objects uses, purposes and their methods.
What is XML serialization
What are the main differences between classic ado and ado.net?
What is the difference between Dataset. clone and Dataset.copy?
What are the various methods provided by the DataSet object to generate XML?
What is difference between dataset and datatable?
Explain the difference between sqlcommand object and command behavior object?
What is data relation?
How does entity framework work?