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 the use of resource manager class in .net.
3. What goals do you have in your career?
What is the typical session identifier?
What is GAC in ASP.NET 2.0
What is mvc in angular?
How would you turn off cookies on one page of your website?
What is difference between viewstate and session in asp net?
What are the difference between function and stored procedure in .net programming language?
Which property is used to identify the Page is Post Back in ASP.NET?
How does ASP.NET framework maps client side events to Server side events.?
Which object encapsulates state or data of a user?
What is a 404 redirect?
What is the parent class of all web server control?
What happens if an ASP.NET server control with event-handling routines is missing from its definition?
What is an il?