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 DataRowCollection?
How do you find the count of records in a dataset?
How is entity framework different from ado.net?
What is dataadapter in ado.net?
What is ado circle?
What providers does Ado.net uses?
What are the namespaces used in ado.net for data access?
What is dbcontext and dbset in entity framework?
Some important instruction regarding ADO.NET connection string ?
What is the provider being used to access oracle database?
What is typed dataset ?
Which method is used to sort the data in ADO.Net?
What do you mean by performing asynchronous operation using command object?
What is an example of ordinal data?
What are the objects of ado.net?