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 to reduce the width of textbox in editcommandcolumn of datagrid?
What does ascx stand for?
What is asp.net mvc? : asp.net mvc
What are server activated objects?
What is viewstate in asp net with example?
What are validator? Name the validation controls in asp.net?
Is asp.net core faster?
What is base class of .net?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
What is autopost?
How to Separate background image and front image from original picture....
What are the two properties that are common on every validation control?
Is asp.net mvc still used? : Asp.Net MVC
Define a static class?
Explain server-side scripting?