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 ado asp?
Define Execute Scalar?
How can we load multiple tables in a dataset?
Compare Data Reader & Dataset in ado.net?
What are three methods for displaying data in a syncfusion datagrid
how Sequence to connect and retrieve data from database using dataset?
Explain what are the steps to connect to a database?
What is sqlconnection and sqlcommand?
Is datareader faster than datatable?
Explain the different row versions available in table?
Explain the difference in an abstract class and an interface?
What is the use of Dataview?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
How would you connect to database using .NET?
What is ado.net connection?