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

How would you connect to database using .NET?

791


What is ole db and odbc?

699


What does ole stand for in excel?

849


Explian About DataAdapters

792


describe the dataset object in ado.net.

717


What does ado stand for in ado.net?

703


How is entity framework different from ado.net?

703


What is the usage of the dataset object in ado.net?

702


Which namespaces are used for data access?

854


How can we load multiple tables in a dataset?

781


What is datatable in ado.net?

715


What are the advantages and drawbacks of using ado.net?

871


Define partial class?

728


What are the data providers in ADO.NET framework?

785


What is namespace in ado.net?

691