ASP.NET 2.0 Question: Download ASP.NET 2.0 PDF

Explain Diff. betn Dataset and Recordset?

Tweet Share WhatsApp

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 PDF Read All 87 ASP.NET 2.0 Questions
Previous QuestionNext Question
Explain Diff between Dataset and Datareader?What is the root namespace for all types?