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
How you will handle session when deploying application in more than a server?
What is a query string in a url?
What are Authentication and Authorization?
witch is the best insistute in sharpoint course.what abt future of share point course.
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Explain automatic memory management in .net.
14. What are your Future Plans for Swatz Oils GROUP U.K?
What is the significance of finalize method in .net?
Can we have a web application running without web.config file?
Is asp.net web forms dead?
What r the asp.net list controls and diff. Between them?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What are the types of session in asp.net?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is the use of session in web application?