What do you understand by the terms DataReader Object and DataSet Object?

devquora
devquora

Posted On: Oct 16, 2020

 

DataReader is object-specific to ADO.net that aims in providing quality access to data from a particular and specified source of data. It is mainly composed of classes that are sequentially read from one data source such as Access, SQL, or Oracle. While on the other hand, DataSet is different sets of the collection of data that are arranged in a tabular representation where each column represents a variable and each row represents a value assigned to the variable.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    ADO.Net Interview Questions

    Describe ADO.net?

    ADO.net is an acronym for ActiveX Data Objects, which is commonly used as a part of the .net framework...

    ADO.Net Interview Questions

    List some of the common data providers for ADO.net framework.

    Some of the common data providers for ADO.net framework include:..