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
What is the significance of CommandBehavior.CloseConnection ?
What are the data providers in ADO.NET framework?
Is bulk insert faster than insert?
What is data reader in ado.net?
Define bubbled event?
What is difference between sqldatareader and sqldataadapter?
What is aggregating data ?
How to identify the controls which can be used for binding data?
What is data view and variable view?
Which is the feature of ado.net?
What are the core objects of ADO.NET?
How to add an aggregate column?
What is Serialization in .NET? what are the types of Serialization?
What is disconnected architecture in ado.net?
Does entity framework use ado.net?