Why sql Data Reader object not created

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


Please Help Members By Posting Answers For Below Questions

What is difference between sqldatareader and sqldataadapter?

482


Why is it important to close an ado.net application?

528


Describe ado.net object model in detail.

529


What is the difference between ADO and ADO.Net?

587


What is ole in vb?

504






What is data access pattern?

491


Can datareader hold data from multiple tables?

675


What are the 3 major types of connection objects in ado.net?

536


Define table relations?

557


What is difference between datareader and dataadapter?

546


What is partial class?

550


Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.

525


Does dapper use ado.net?

593


What is ado.net tutorial?

500


What is DataReader Object?

594