VB Dot Net Developer Question:
Download Questions PDF

Can you please explain the difference between Dataset and Datareader?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

Answer:

DataReader:
★ Datareader has read only access to the data and it is set to be forward only.
★ Datareader cannot persist contents as it is read only
★ Datareader is connected architecture

Dataset:
★ Dataset can hold more than one table from the same data source. It even stores relationships between tables.
★ Dataset can persist contents
★ Dataset is disconnected architecture

Download VB .Net Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Explain about Globalization?Can you please explain the difference between value and reference types?