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
Explain Optimization technique description?
Is asp.net outdated?
What is asp.net response object?
What are the types of validation in asp net?
What are validator? Name the validation controls in asp.net?
Explain what are webservices?
Define the term Scavenging in Caching?
What is the purpose of App_Code folder in ASP.NET? Why we this?
What are the asp.net 2.0 features?
Explain what is event bubbling?
How does http session work?
How to find last error which occurred in Asp.net ?
How to add DateTime Control in normal DataGrid Server Control?
What are the various types of cookies in asp.net?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?