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
Explain About duration in caching technique
Why do we use asp.net?
Can user control be stored in library?
What are the ways of preserving data on a Web Form in ASP.NET?
What is the concepts of globalization and localization in .net?
Explain the differences between clr & cts?
What are the cookies types in asp.net?
What is data grid view in asp.net?
What are the page life cycle events?
Describe the difference between inline and code behind - which is best in a?
How do we implement bundling in MVC?
What’s the difference between response .redirect and server.transfer?
Which validator control you use if you need to make sure the values in two different controls matched?
What are the authentication types in asp.net?
What is session handling in a webfarm, how it can work with its limits?