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 concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)

777


If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?

834


What is ado.net explain with diagram?

718


Why do we serialize data?

700


How to create dynamic gridview?

795


Some important instruction regarding ADO.NET connection string ?

754


Define data access layer?

721


What is a serialized object?

729


What is microsoft ado.net?

789


What is connected architecture in ado.net?

699


Difference between sqlcommand and sqlcommandbuilder?

795


What are the differences between OLEDB and SQLClient Providers?

776


What is the executescalar method?

789


Explain the architecture of ado.net?

807


Is ado.net an orm?

718