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 all the different methods under sqlcommand?
How to enable and disable connection pooling?
Command objects uses, purposes and their methods.
What are the key events of sqlconnection class?
Which database is the ado.net?
What does executenonquery () method return?
What are the steps you will take to improve performance?
What are the ado.net objects?
Which method is used to sort the data in ADO.Net?
Give an example that shows how to execute a stored procedure in ado.net?
Why do we serialize data?
Which control of the BindingNavigator returns the current position within the data source?
What is the usage of the dataset object in ado.net?
What is bubbled event?
Do you use stored procedure in ado.net?