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
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
What is ado rdo dao in visual basic?
Which is faster entity framework or ado.net?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
Which property is used to check whether a DataReader is closed or opened?
Explain the dataadapter class in ado.net?
How to Read, Add, Update and Delete record in Entity Framework ?
How to load multiple tables into a dataset?
Explain what are acid properties?
Which is faster datareader or dataadapter?
How does ado.net work?
Some important instruction regarding ADO.NET connection string ?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is ole data type?
Is ado.net dead?