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
Differentiate between structure and class.
What are the new features added from ASP to ASP.NET?
How can exception be handled with out the use of try catch?
What is asp.net? How is it different from asp?
Explain the difference between the web config and machine config.
What is the full meaning of asp.net?
To display data in a Repeater control which template you provide?
What is difference Between Authentication and authorization?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Explain the difference between array and linkedlist?
What is the difference between response.redirect and server.transfer?
What does mvc represent in asp.net? : asp.net mvc
How will you maintain versioning in asp.net 2.0?
What is active web pages?
What is server infrastructure?