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
How would you connect to database using .NET?
What is ole db and odbc?
What does ole stand for in excel?
Explian About DataAdapters
describe the dataset object in ado.net.
What does ado stand for in ado.net?
How is entity framework different from ado.net?
What is the usage of the dataset object in ado.net?
Which namespaces are used for data access?
How can we load multiple tables in a dataset?
What is datatable in ado.net?
What are the advantages and drawbacks of using ado.net?
Define partial class?
What are the data providers in ADO.NET framework?
What is namespace in ado.net?