Diff. b/w DataReader and DataSet?
Answer Posted / santosh
data reader is the connection oriented architecture, it is
forward approach, and its give more perfomanc, datareader is
only read the data.
dataset is the disconnection oriented architecture, it is
forward and backward approach and it is slow compare to
datareader, dataset is read and write.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is executenonquery ado.net?
What is the difference between connected and disconnected environment?
Define data adapter?
How can we check that some changes have been made to dataset since it was loaded?
Name which operations can you not perform on an ado.net dataset?
How to copy the contents from one table to another table and how to delete the source table in ado.net?
Is it possible to load multiple tables in a Dataset?
How to work with disconnected data - the dataset and sqldataadapter?
What are the data providers in ADO.NET framework?
Why is it important to close an ado.net application?
Which control of the BindingNavigator returns the current position within the data source?
What are the major challenges in accessing data from a database?
How to identify the controls which can be used for binding data?
What are the namespaces used in ado.net for data access?
What is ado.net in mvc?