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 convert.tostring and i.tostring method?
What is the difference between c# and vb.net?
What is redim keyword and its use?
How to store images in sql server database through vb.net?
Define manifest?
How to retrieve images in sql server database through vb.net?
What is static member?
What are the different types of Lock available in Visual Basic?
How can we store decimal data in .net?
what is common language specification?
Which is the base class for all the classes in .net framework?
Name and explain some of the exclusive features which are present in vb?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
What is the maximum size of the textbox?
What is the ruby interface generator?