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 is the difference between linq and ado.net?
What is disconnected scenario in entity framework?
Explain how to create dynamic gridview?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What is Data Provider?
What are the main differences between classic ado and ado.net?
What is data adapter in ado.net with example?
What is difference between ado.net and asp net?
What are advantages of microsoft-provided data provider classes in ado.net?
Do you use stored procedure in ado.net?
How can we add/remove row's in "datatable" object of "dataset"?
What is an ado?
What is the difference between the clone() and copy() methods of the dataset class?
Explain how do you connect to sql server database without using sqlclient?
How to read data with the sqldatareader ?