Explain the difference between an ado.net dataset and an ado recordset?



Explain the difference between an ado.net dataset and an ado recordset?..

Answer / Anoop Singh

An ADO.NET DataSet is an in-memory representation of relational data, consisting of one or more tables with related data, rows, columns, constraints, and primary keys. An ADO Recordset, on the other hand, represents a set of records read from a data source like a database table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

About ADO and its objects ?

1 Answers   DELL,


What are all features of ADO.Net?

1 Answers  


What is the executescalar method?

1 Answers  


Which is faster dataset or datareader?

1 Answers  


What is bubbled event can you please explain?

1 Answers  


What is the use of SqlCommand object?

1 Answers  


What are datareaders?

1 Answers  


How to add Primary key in DataSet

6 Answers  


What are the major challenges in accessing data from a database?

1 Answers  


Which database is the ado.net sql connection object designed for?

1 Answers  


What is the DataTableCollection?

1 Answers  


What is Dataset Object?

1 Answers  


Categories