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
How we can provide data to ado.net?
What providers does Ado.net uses?
What is ado and rdo?
Is it possible to edit data in Repeater control?
What is the difference between Optimistic and Pessimistic locking?
Describe the disconnected architecture of ADO.NET’s data access model.
How do you implement locking concept for dataset?
What is ado.net explain with diagram?
Describe the command object and its method.
What you mean by filtering of data?
How to connect and retrieve data from database using dataset
How can you add or remove rows from the datatable object of dataset?
What are the advantages and drawbacks of using ado.net?
Why do we need ado.net?
What are the namespaces used in ADO.Net to connect to a database?