Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset?
Answer Posted / ramgopal reddy
? 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 ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can you explain one critical mapping?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
How does asp.net work?
How is it possible for .NET to support many languages?
What are validator? Name the validation controls in asp.net? How do you disable them?
What is the difference between the asp and asp.net?
What is asp net application object?
How do you open a page in a new window?
What is session in asp.net?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
Explain about the .NET framework?
What does the hotspot class in .net do?
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is the usie of activex control in .net?