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 are the uses of Stored Procedure?
differance between ADO vs ADO.Net?
What are the features of ado.net?
What is the use of SqlCommandBuilder?
What are the important features of ado.net 2.0?
What is typed dataset ?
How can you add or remove rows from the datatable object of dataset?
can we create synonymn in ms access,sql server,my sql if so explain me with example
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What are all components of ADO.Net data provider?
Explain the difference between data reader and data adapter?
What is the functionality of data provider in ado.net?
What is command class in ado.net?
Which method is used by command class to execute SQL statements that return single value?
What is the difference between oledb sql server and oledbdotnet provider?