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 many types of cache are there?
Is it right that ASP.NET Web API has replaced WCF?
Where can I get information on cookies in asp.net?
Explain form level validation and field level validation?
hi .net gurus. plz if any one has dumps on 70-631 and 70-541 on windows sharepoint services kindly mail me.
What is the difference between a multi-layer and multi-tier applications?
What is the use of response redirect in asp.net?
IN an ASP.NET Web application if there is any error, how can you debug?
How do you do Client-side validation in .Net?
What are the benefits of Razor View?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is the use of the tag in the web.config file?
What is a web api? Which protocol is used in a web api?
Why select Web API?
What are the advantages and limitations of query string?