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
How to bind the controls(best practice) comboboxes to the data in the dataset?
What is oledb driver?
What is the difference between Optimistic and Pessimistic locking?
What is ado connection?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
What is adodb dll?
Which is better ole db or odbc?
What is a sqldataadapter?
What is a datagridview?
How do you update a dataset in ado.net?
What is csdl entity framework?
What are two important objects of ADO.Net?
Which is faster datareader or dataadapter?
List all the steps in order, to access a database through ado.net?
How to creating a SqlCommand Object?