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 | 2 No |
Post New Answer View All Answers
What is the difference between linq and ado.net?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
Which architecture does Datasets follow?
How can we load multiple tables in to dataset?
Does sqlclient and oledb class share the same functionality?
What is bubbled event?
Which object is used to add relationship between two Datatables?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
How does entity framework work?
What is two way data binding android?
What are all the classes that are available in System.Data Namespace?
What is difference between datagridview and datagrid control in winforms?
Explain the various objects in dataset.
What are the advantages of ado.net?