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 are the ado.net components?
What is the difference between executenonquery () and executescalar ()?
What is difference in record set and dataset?
What are all components of ADO.Net data provider?
How to connect and retrieve data from database using dataset
Explain ado.net features?
What is full form of ado?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
How to pass multiple tables in datasets simultaneously?
Explain the advantage of ADO.Net?
What are the parameters that control most of connection pooling behaviours?
Explain advantages of ado.net?
Explain ODP.net
What is the use of adodc?
What is ado.net in vb net?