ASP.NET 2.0 Question:
Download Questions PDF

Explain Diff between Dataset and Datareader?

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

Answer:

Dataset is used to store the data, it contains collections of Datatable.

Datareader is used to connect to the database for retrieving data.

Download ASP.NET 2.0 Interview Questions And Answers PDF

Previous QuestionNext Question
What is .NET remoting?Explain Diff. betn Dataset and Recordset?