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 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between linq and ado.net?

748


What is disconnected scenario in entity framework?

805


Explain how to create dynamic gridview?

730


How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?

806


What is Data Provider?

821


What are the main differences between classic ado and ado.net?

764


What is data adapter in ado.net with example?

725


What is difference between ado.net and asp net?

766


What are advantages of microsoft-provided data provider classes in ado.net?

783


Do you use stored procedure in ado.net?

790


How can we add/remove row's in "datatable" object of "dataset"?

793


What is an ado?

751


What is the difference between the clone() and copy() methods of the dataset class?

796


Explain how do you connect to sql server database without using sqlclient?

726


How to read data with the sqldatareader ?

765