What is the difference between oledbreader and datasetwhile
connecting?
Answer Posted / keerthy
DataReader is connected, read only forward only
record set.
Dataset is in memory database that can store multiple
tables, relations and constraints.dataset is disconnected
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is read only and forward only in ado.net?
What is the role of data provider in ado.net?
What is the difference between statement and preparedstatement interface?
Is ado.net dead?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What are the different methods by which we can populate a dataset?
What are the several execute methods of ado.net?
Which ado.net object is very fast in getting data from the database?
What is the difference between executequery and executenonquery?
What is difference between Dataview and Datatable?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
How can we serialize the dataset object?
What Is Difference Between Ado And Ado.net?
how can implement dropdownlist in particular of dataset when try to update?
Explain the different row versions available in table?