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
What is ole data type?
Why is stored procedure used in ado.net?
Define different execute methods of ADO.NET command object ?
Explain the difference in an abstract class and an interface?
What is the maximum pool size in ado.net connection string?
How will you differentiate between ADO (ActiveX Data Object) and RDO (Remote Data Objects)?
What are the major difference between classic ADO and ADO.NET?
What are three methods for displaying data in a syncfusion datagrid
How can we serialize the dataset object?
What is ado.net objects?
What Is Difference Between Ado And Ado.net?
What is typed dataset ?
What is the difference between sqldatareader and sqldataadapter?
How to load multiple tables into a dataset?
Explain the differences between oledb sql server, oledbdotnet provider?