Difference between datareader and dataset?
Answer Posted / harshan kadam
Data reader is the forward and read only .it is a
disconnected architecture of the data base.it is the works
on retrive the data on the data base.
DataSet is the disconnected architecture.it is a works on a
data base is x-copy and retrive the data.it is a collection
of data collection(data row and data column) and is the
connection of the XML.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is difference between ado.net and asp net?
Explain sqlconnection object?
How do you connect to sql server database without using sqlclient?
Do you use stored procedure in ado.net?
What are different layers of ADO.Net?
What is meant by executenonquery?
How can we add relation between tables in a dataset?
How can we check that some changes have been made to dataset since it was loaded?
Give few examples of datareader that is used in different dataproviders.
What is the difference between executenonquery () and executescalar ()?
What are the important features of ado.net 2.0?
Which keyword is used to accept variable number of parameters?
Which database is the ado.net?
Explain ado.net features?
What is linq and entity framework?