Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset?
Answer Posted / siddarth
dataset is nothing but in memory database for client
application.
Dataset supports bidirectional navigation and it supports
purely disconnected architecture with xml integration.
it supports plat form independency.
The above are all not supported by recordset.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
What is enableviewstatemac in asp net?
What are the two types of web pages?
Explain difference between dataset and recordset?
What is the difference between cache and cookies?
How can we apply themes to an asp.net application?
3. What goals do you have in your career?
What is the difference between adding reference in solution explorer and adding references by using ?
Are cookies client side or server side?
Write a code for sending an email from asp.net application.
How many types of session in ASP.NET
What are the media types of http requests and response?
What are session state modes?
What is the difference between mvc and asp.net? : Asp.Net MVC
Is global asax mandatory?