Difference between datareader and dataset?
Answer Posted / bhupi
Data reader:it is a connection .in which we can forward the
data in only read only form,directly to the .net
application may be web or windows
Dataset: data set is the very similer to the to the Data
base ,we can say it is a duplicate copy of our original
data base ,all tha query are executed on the data set and
after that changes are made in original database
Is This Answer Correct ? | 36 Yes | 7 No |
Post New Answer View All Answers
Which method in OLEDBAdapter is used to populate dataset with records?
What are all features of ADO.Net?
What is the usage of the dataset object in ado.net?
Which name space is used to get assembly details?
Which database is the ado.net sql connection object designed for?
What is a dataview?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What is ado object model?
How do you update a dataset in ado.net?
What is the difference between linq and ado.net?
How to connect and retrieve data from database using dataset
What we do with the object of ado.net dataset after using it?
What are the data access namespaces in .NET?
What is ado data control?
How can you add or remove rows from the datatable object of dataset?