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
What are the Types of object in asp
Difference between Response.redirect vs server.transfer?
How can we communicate with each server in N-tier Architecture? and what are the methods?
List the events in page life cycle.
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
What are the Types of authentications in IIS
What is the default Orientation property in a Menu control?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
how to include timer or counting time to display next page in asp.net
What is applicatio domain?
How do I know asp.net mvc version? : Asp.Net MVC
What are the features of asp.net mvc?
How can you debug your.net application?
What is asp.net mvc? : asp.net mvc
What is http only cookie?