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 many major types of connection objects in ADO.NET?
What are the connected and disconnected modes in ado.net?
Why do we need ado.net?
What is the procedure to call a Stored Procedure of Back End in ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
How do I delete a row from a DataTable?
Do you use stored procedure in ado.net?
What is a string variable?
Difference between sqlcommand and sqlcommandbuilder?
What is oledb driver?
Does sqlclient and oledb class share the same functionality?
What are the different methods by which we can populate a dataset?
What are basic methods of dataadapter?
differance between ADO vs ADO.Net?
What you mean by filtering of data?
Why edit is not possible in repeater?