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

Explain Optimization technique description?

687


Is asp.net outdated?

623


What is asp.net response object?

643


What are the types of validation in asp net?

633


What are validator? Name the validation controls in asp.net?

596






Explain what are webservices?

639


Define the term Scavenging in Caching?

663


What is the purpose of App_Code folder in ASP.NET? Why we this?

732


What are the asp.net 2.0 features?

639


Explain what is event bubbling?

672


How does http session work?

597


How to find last error which occurred in Asp.net ?

792


How to add DateTime Control in normal DataGrid Server Control?

690


What are the various types of cookies in asp.net?

627


Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?

660