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 does assert() method do In VB.NET
What is public assembly?
What are jagged arrarys ?
Explain the use of new keyword?
What are the different types of a stream?
Explain the use of console application?
Define cls?
Explain about garbage collection?
What is visual basic.net culture?
Did vb6 support multi-threading ?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
What is the difference between import system.data.sqlclient and system.data.oledb?
Can you please explain the difference between value and reference types?
What are the advantages of vb.net and c#?
Which control is an example of an object in vb net?