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 are the types of databinding?
What are typed and untyped dataset?
What is serialization and de-serialization in .net?
Which is faster sqldataadapter and sqldatareader?
Can we load multiple tables in a dataset?
What are the steps you will take to improve performance?
How will you fill the gridview by using datatable object at runtime?
How to add a javaScript function in a datagrid?
What is the significance of CommandBehavior.CloseConnection ?
What is the hierarchy of data in databases?
Is it possible to edit data in Repeater control?
What is DataRowCollection?
What is difference between datareader and dataadapter?
What is the default provider in ado.net?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?