Difference between datareader and dataset?
Answer Posted / govind.r
DataReader: It is used only read the data and execute the
data in database.
DataSet: But,It contain only collection of database.Not for
read and execute to the data in database.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Which database is the ado.net?
Can we load multiple tables in a dataset?
What are the differences between OLEDB and SQLClient Providers?
Difference between sqlcommand and sqlcommandbuilder?
What does executequery return?
how we can fire event in databound coulm in datagfrid withot using button?
Which property is used to check whether a DataReader is closed or opened?
What is an example of ordinal data?
Explain the differences between oledb sql server, oledbdotnet provider?
What is the namespaces being used to access oracle database?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What are the 3 major types of connection objects in ado.net?
What is the difference between ado.net and oledb?
Describe the disconnected architecture of ADO.NET’s data access model.