Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset?

Answer Posted / ganesh

Valid answers are:
· A DataSet can represent an entire relational database in
memory, complete with tables, relations, and views.
· A DataSet is designed to work without any continuing
connection to the original data source.
· Data in a DataSet is bulk-loaded, rather than being
loaded on demand.
· There's no concept of cursor types in a DataSet.
· DataSets have no current record pointer You can use For
Each loops to move through the data.
· You can store many edits in a DataSet, and write them to
the original data source in a single operation.
· Though the DataSet is universal, other objects in ADO.NET
come in different versions for different data sources.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i want the asp.net technical questions and answeres

1613


What describes a query?

531


Are xaml file compiled or built on runtime?

563


Explain the use of resource manager class in .net.

515


Does google crawl redirects?

532






What are custom user controls in asp.net?

526


Is asp.net still used?

501


What is the function of the ViewState property?

651


Where the assembly is stored in asp.net?

556


What are session state modes?

581


What is odata in web api?

569


How to create discussion forum in asp.net mvc? : Asp.Net MVC

541


What is datagrid asp.net?

503


How can I configure asp.net applications that are running on a remote machine?

545


How to create events for a control?

557