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
Name a feature which is common to all .net languages?
Explain convert.tostrin?
Explain managed code?
what is the advantage of option strict on?
What is the purpose of objects present in asp.net?
Explain how to achieve polymorphism in vb.net?
Why should you use delegate?
What is the main purpose of garbage collector?
How to run a dos command in vb.net?
Tell me which namespace are used for accessing the data?
Is vb.net a programming language?
Name the two main parts of .net?
What are the technology areas that microsoft.net contains?
Explain the advantages of migrating to vb.net?
what is the need for dynamic controls in vb.net? i would like to know for what purpose should we create the controls dynamically? please give the answer in simple words.