Answer Posted / tahir
The DataReader object is the ADO.NET counterpart of the read-only, forward-only default ADO cursor. The DataSet is a container that can be programmatically filled with static snapshot of data. In this sense, it can be seen as a repository of disconnected recordsets. There's no Recordset component in the ADO.NET object model, but the DataTable object is the .NET double of a disconnected recordset.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How to creating a SqlCommand Object?
What is an orm, and why would you use one instead of plain old ado.net?
Explain advantages of ado.net?
How to maintain the relation between two tables in ADO.NET?
How many major types of connection objects in ADO.NET?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What is DataReader Object?
What is the use of connection object in ado.net?
Compare Data Reader & Dataset in ado.net?
How to load multiple tables into a dataset?
Which object is used to add relationship between two Datatables?
What are the important features of ado.net 2.0?
What is the purpose of using adodb?
Data reader read and forward only, how is it possible to get 2 tables of data at a time?
Explain what is datagrid with an example?