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


Please Help Members By Posting Answers For Below Questions

What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?

527


How do you use viewstate?

556


Define msil.

552


What are the security types in ASP/ASP.NET? Different Authentication modes?

567


what is command line compiler.what are the steps and how it is related to debugging.

1417






Do you know about caching with the datasource controls?

486


which one is more flexibility and reliability and durability asp.net (VS)php which one is best and which one we do nice to create dynamic websites

1678


What is client side state management?

510


How to sign out from forms authentication?

553


Will session work if cookies is disabled?

531


In ViewState How much lifespan items stored?

593


What are the event handlers that we can have in global.asax file?

536


Define cookie.

571


Why is asp.net so popular?

513


What are the HTML server controls in ASP.NET?

574