adspace


What is difference in record set and dataset?

Answer Posted / Hansraj Meena

A Recordset represents a dynamic, client-side representation of a database query result. It allows you to navigate through the records sequentially, moving forward or backward, accessing individual fields, etc. A Dataset, on the other hand, represents a container for multiple disconnected Recordsets (also called tables), along with their relationships and constraints. Unlike a Recordset, a Dataset can be disconnected from the database and still maintain its structure and data integrity. Additionally, a Dataset allows you to work with multiple tables simultaneously and perform more complex operations like joins.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1055


Explain how to call the sql commands asynchronously in ado.net version 2.0?

1004