Difference between datareader and dataset?
Answer Posted / ankur
data reader is connection oriented.it can access only one
value from the database.but the advantage is that it is
faster that dataset operation.
dataset is disconnected.using dataset you can access any
number of values. it can't be used without data adapter.
dataset can contain any number of tables and it maintain
the relationship between tables. when you refesh the
dataset then the changes affect the database
Is This Answer Correct ? | 16 Yes | 16 No |
Post New Answer View All Answers
Which is faster entity framework or ado.net?
What is full form of ado?
How to Read, Add, Update and Delete record in Entity Framework ?
What are the different ado.net namespaces?
What connected data?
What are all the different methods under sqlcommand?
Which object holds only data and does not interact with data source?
What are the Features and disadvantages of dataset
How can you add or remove rows from the datatable object of dataset?
What are the methods of XML dataset object?
What is the role of data provider in ado.net?
What are the connected and disconnected modes in ado.net?
Which is the feature of ado.net?
What are the ado.net connection pooling parameters?
Explain sqlconnection object?