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
Can asp.net work on an nt server?
How can we call webservices in Banking Applications? and where we are using it?
What are the Difference between asp.net and asp ?
How you can access the values from the Repeater control in ASP.NET?
Where would you use an ihttpmodule, and what are the limitations if any?
How do u declare static variable and how it is declared and what is its lifetime?
Explain about solution explorer window?
Explain ViewState?
Describe a bubbled event and how it is used ?
what is publisher?
What is the concepts of globalization and localization in .net?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is the use of the tag in the web.config file?
What are the uses of reflection?
What are the different properties of server control that exists?