Diff. b/w DataReader and DataSet?
Answer Posted / mukul anand
Datareader object is used to directly connect with the data
source and Dataset object is used to create a cache of the
original data source and then retrieve or update the date in
the dataset. It is a disconnected enviornment.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What do you mean by performing asynchronous operation using command object?
Define data adapter?
What is a datareader object?
What is ado.net code?
How does ado.net work?
How can we check that some changes have been made to dataset since it was loaded?
What are the classes in System.Data.Common Namespace?
What are ado.net objects?
What is ado.net in vb net?
What is difference between sqldatareader and sqldataadapter?
What is connection in ado.net?
differance between ADO vs ADO.Net?
What is meant by executenonquery?
What is the use of Dataview?