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 is the difference between typeof() vs gettype()?
Why web api is better than wcf?
What is intrinsic objects in asp.net?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
What's the use of response.output.write()?
What is difference between Fragment Caching and Page Caching in ASP.NET?
explain code with datachaching with example
Explain the asp.net mvc request life cycle? : asp.net mvc
How many types cache in asp net?
Define satellite assemblies.
Is asp.net mvc front end or backend? : Asp.Net MVC
How can you pass multiple complex types in Web API?
What are directives in asp.net? List down all the important directives.
What are server-side comments in ASP.NET?
What is semantic gap?