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 the significance of CommandBehavior.CloseConnection ?

871


What are the data providers in ADO.NET framework?

795


Is bulk insert faster than insert?

702


What is data reader in ado.net?

741


Define bubbled event?

709


What is difference between sqldatareader and sqldataadapter?

726


What is aggregating data ?

723


How to identify the controls which can be used for binding data?

772


What is data view and variable view?

687


Which is the feature of ado.net?

768


What are the core objects of ADO.NET?

803


How to add an aggregate column?

768


What is Serialization in .NET? what are the types of Serialization?

799


What is disconnected architecture in ado.net?

746


Does entity framework use ado.net?

740