ASP.NET 2.0 Question:
Download Questions PDF

Explain Diff. betn Dataset and Recordset?

ASP.NET 2.0 Interview Question
ASP.NET 2.0 Interview Question

Answer:

DataSet can be considered as a logical database as it has the capability to store more than one table and have relations maintained between the tables as in a relational database. Where as a RecordSet can hold only one table at a time.

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
Explain Diff between Dataset and Datareader?What is the root namespace for all types?