Difference between datareader and dataset?
Answer Posted / sumanth
Data Reader:A class used to efficiently process a large list
of results one record at a time.
Data Set:A Data Set object represents a schema (either an
entire database or a subset of one). It can contain tables
and relationships between those tables.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the usage of the dataset object in ado.net?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
Which property is used to check whether a DataReader is closed or opened?
Explain how to pass multiple tables in datasets simultaneously?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
Does executenonquery return a value?
How we can provide data to ado.net?
What is ado.net code?
What is the difference between Datareader and Dataset?
What is fill method in ado.net?
What is a sqldataadapter?
What is ado and dao?
What is a datareader object?
What is aggregating data ?
What are the data providers used in ado.net