What is the difference between Dataset and Recordset?

Answer Posted / vinayak

? 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 ?    27 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are all the differences between dispose and finalize()?

739


Explain about branching logic control in vb.net?

711


difference between control and component more than one differences

2645


what is diffrence constructor and destructor in vb

721


Explain namespace?

757


how to deploy vb.net with key and evaluation time? any one can help me?

1950


source code for how to login a vb.net application ?

732


What are the various open source tool available for VB.NET?

746


How to store images in sql server database through vb.net?

699


Explain the differences between vb.net and c#, related to oops concepts?

705


What is trace in vb.net?

775


what is common language specification?

712


what is difference between namespace and assembly?

772


What is code security?

700


What languages does the .net framework support?

734