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
What are all the differences between dispose and finalize()?
Explain about branching logic control in vb.net?
difference between control and component more than one differences
what is diffrence constructor and destructor in vb
Explain namespace?
how to deploy vb.net with key and evaluation time? any one can help me?
source code for how to login a vb.net application ?
What are the various open source tool available for VB.NET?
How to store images in sql server database through vb.net?
Explain the differences between vb.net and c#, related to oops concepts?
What is trace in vb.net?
what is common language specification?
what is difference between namespace and assembly?
What is code security?
What languages does the .net framework support?