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 is the difference between vb 6 and vb.net?
Explain the advantage of option strict on?
What is the feature anonymous type?
What is DLL HELL in VB.NET
What are the advantages of an assembly?
Explain jagged array in vb.net?
difference between checkbox vs radiobutton??
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
What is normal jit?
What is the advantage of using system.text.stringbuilder over system.string?
What is the differences between dataset.clone and dataset.copy?
Which classes a dll can contain?
Explain how the .net framework performs automatic memory management.
What is internal keyword in .net framework?
Which control is an example of an object in vb net?