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
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
Explain what are the advantages of asp.net mvc framework? : asp.net mvc
What is the question mark in a url?
Define the steps to set up validation control.
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What is the difference between CLICK and MOUSE DOWN Event ?
Why and where this web.config file is used?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is session in web technology?
What is diff. Between abstract class and an interface?
What are the server controls in asp.net?
What are the page life cycle events?
Explain how do you deploy your asp.net application?
Which of the following .NET framework supports Web API?
What are the uses of reflection?