Diff b/w DataReader,Dataset and Data table?

Answer Posted / deepak

DataReader:- is a predefined class that access the data
forward only and read only mode,and it belongs to connected
architechure.
Dataset:- is a buffer location between database and
application.All the manipulation are done here rather than
directly database.it belongs to disconnected architechure.

DataTable:- is the collection of rows and columns in the
dataset.In other sentence,The table in the dataset is called
DataTable.

Is This Answer Correct ?    19 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an ado?

627


What is isolation?

655


How to check if the Dataset has records ?

621


How to add a check box or a dropdown list to a column in a datagrid?

625


What is XML serialization

659






What is ado control?

608


How to pass multiple tables in datasets simultaneously?

670


What is the difference between dataset and datatable?

569


Define isolation?

614


What are the differences between OLEDB and SQLClient Providers?

649


What is ambient transaction?

589


What are all components of ADO.Net data provider?

691


Does ado.net use odbc?

600


Which object of ado contains datarow datacolumn collection?

596


What is the usage of the dataset object in ado.net?

566