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
What is an ado?
What is isolation?
How to check if the Dataset has records ?
How to add a check box or a dropdown list to a column in a datagrid?
What is XML serialization
What is ado control?
How to pass multiple tables in datasets simultaneously?
What is the difference between dataset and datatable?
Define isolation?
What are the differences between OLEDB and SQLClient Providers?
What is ambient transaction?
What are all components of ADO.Net data provider?
Does ado.net use odbc?
Which object of ado contains datarow datacolumn collection?
What is the usage of the dataset object in ado.net?