What is difference in record set and dataset?



What is difference in record set and dataset?..

Answer / 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

More ADO.NET Interview Questions

What is the difference between data grid and data repeater?

1 Answers  


What is the difference between ADO and ADO.Net?

1 Answers  


What are the Features and disadvantages of dataset

1 Answers   Microsoft,


Explain how to find the given query is optimised one or not?

1 Answers  


What are the drawbacks of using ado.net?

1 Answers  


What is the default timeout specified for "sqlcommand.commandtimeout" property?

1 Answers  


Which is faster datareader or dataadapter?

1 Answers  


What is Serialization in .NET? what are the types of Serialization?

1 Answers   Arigo Infotech,


What is ado full form?

1 Answers  


How do you merge 2 datasets into the third dataset in a simple manner?

1 Answers  


What is the Magic Tables in Sqlserver2000?

7 Answers   IBM, SQL Star,


What are the Different layers in ADO.Net?

10 Answers   eXensys,


Categories