Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?

Answer Posted / irfanpathan

Dataset is used to get the data from database by creating
objects..After getting data we should store that data.we
use SQLDATAADAPTER for storing data..after storing we will
give connection with SQLCONNECTION class.and then we bind
the data using DATABIND..This total process is appliued
with DATASET.
where as DATAREADER is also for getting data through
database.But it is faster in access.we wont use DATAREADER
because of performance problem..
i too dont know record set..

Is This Answer Correct ?    9 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can action method static?

734


How can we apply themes to an asp.net application?

738


What does passport and windows authentication mean in ASP.NET?

844


What are the types of session in asp.net?

685


What is postback in asp net?

738






Give a few examples of page life cycle events.

855


What does the orientation property do in a menu control?

707


what is AutoEventWireUp and what is the use of This property explain in details?

1329


Can we set which type of comparison we want to perform by the CompareValidator control?

725


What tags do you need to add within the asp:datagrid tags to bind columns manually? How?

716


Do you know about caching with the datasource controls?

659


What is role-based security in asp.net?

702


What are all the various Estimation Techniques available ?

848


What are the server control tags in asp.net.?

794


List the events in page life cycle.

712