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 what is postback in asp. Net?
What is difference between session and cookies in asp net?
How to implement Authentication and Authorization?
If you are using components in your application, how can you handle exceptions raised in a component?
What are the new web part controls in asp.net 2.0 ?
How do you implement postback with a text box?
How do you design a website with multilingual support in ASP.NET ?
Write a code for passing ArrayList in Web API?
How can you identify that the page is post back?
Define page output caching?
Explain an object, class and method.
How to create discussion forum in asp.net mvc? : Asp.Net MVC
Explain the different parts that constitute ASP.NET application?
What is Partial PostBack in ASP.NET?
Can we set which type of comparison we want to perform by the CompareValidator control?