Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset?
Answer Posted / ganesh
Valid answers are:
· 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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is manifest in .net framework?
How would you turn off cookies on a page of a website?
Difference between overriding and overloading?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
How does asp.net page work?
What are the events in a page life cycle?
What is Pre-Render event in ASP.NET?
How do u deploy ur project?
List all templates of the repeater control.
What is master page in dtp?
What are the cookies types in asp.net?
Can you explain the basic use of dataview?
How Session use Cookies in State Management?
What are the features that make asp.net more used framework? : asp.net mvc
Differentiate between a page theme and a global theme?