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
Is ado.net dead?
What is microsoft ado.net?
What is the use of connection object in ado.net?
What is difference between datatable and dataset?
How would you connect to database using .NET?
What is the difference between Data adaptor and Data set?
What is bubbled event?
Explain how to find the given query is optimised one or not?
What is difference between Dataview and Datatable?
What are the key features of ado.net?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is the default Timeout for SqlCommand.CommandTimeout property?
What is the difference between OLEDB Provider and SqlClient?
What is the difference between ADO and ADO.Net?
What is ado full form?