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
How you can access the properties and controls of master pages from content pages?
What is the difference between adding reference in solution explorer and adding references by using ?
What is the difference between Hash table and Array list?
What is the difference between custom controls and user controls?
How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?
What is anonymous authentication?
What are the parts of an http response?
how to elimainte the similar data from the different tables
What is variable and constant in .net programming language?
Do you know using sql cache invalidation?
What are the advantages and disadvantages of Using Cookies?
How do http sessions work?
What is the purpose of App_Code folder in ASP.NET? Why we this?
Explain culture and uiculture values.
What is the use of asp.net web api?