what are the differences between dataset and datareader?
Answer Posted / ramireddy eevuri
--> Dataset is disconnected architecture while
DataReader is connected architecture.
-->datareader is read only i.e, forward only while dataset
maintain persistanse data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
Does ado.net use odbc?
Explain the advantage of ADO.Net?
What is difference in record set and dataset?
What is linq and entity framework?
Explain all the classes those are used for database connections between sql server and asp.net?
What is ado in agriculture?
What is disconnected data?
Which ado.net object is very fast in getting data from the database?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
What is acid in ado.net?
What are the 3 major types of connection objects in ado.net?
What provider ado.net use by default? Explain the role of data provider in ado.net?
What is the use of SqlCommand object?
What is the difference between executequery and executenonquery?