Answer Posted / skmdali786
Similar to the DataSet, a Recordset could be disconnected from
its data store and therefore act as an in-memory cache of
data. Of course, it could also be used in a connected model
depending on the cursor options that were set. Although the
Recordset object stored multiple versions of each column for
each of its rows, it was not by nature able to represent
multiple tables without the use of the Data Shape Provider.
The Recordset was not XML-based and could not be serialized to
XML easily or flexibly. Finally, a Recordset was not
independent of a data store because it tracked a Connection
object and through its methods could send queries to the data
source to populate, update, and refresh its data. To that end,
the Recordset contained functionality found in the ADO.NET
DataSet, data reader, and data adapter objects.
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
Which object holds only data and does not interact with data source?
What is the executescalar method?
Which is faster ado.net or linq?
Explain ado.net features?
What is ado.net components?
What is datatable in ado.net?
What is ado net stands for?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is command class in ado.net?
What is linq and entity framework?
What are dcl commands?
Describe ado.net object model in detail.
What is the difference between ado.net and entity framework?
What is basic use of data view?