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
Can action method static?
How can we apply themes to an asp.net application?
What does passport and windows authentication mean in ASP.NET?
What are the types of session in asp.net?
What is postback in asp net?
Give a few examples of page life cycle events.
What does the orientation property do in a menu control?
what is AutoEventWireUp and what is the use of This property explain in details?
Can we set which type of comparison we want to perform by the CompareValidator control?
What tags do you need to add within the asp:datagrid tags to bind columns manually? How?
Do you know about caching with the datasource controls?
What is role-based security in asp.net?
What are all the various Estimation Techniques available ?
What are the server control tags in asp.net.?
List the events in page life cycle.