Difference between datareader and dataset?
Answer Posted / salahuddin ahmed
Datareader operation is faster than dataset operation.
Datareader is connected to the data source whereas dataset
is connected to the XML.
| Is This Answer Correct ? | 40 Yes | 43 No |
Post New Answer View All Answers
Does ado.net use odbc?
What are all the different authentication techniques used to connect to MS SQL Server?
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
What are the Features and disadvantages of dataset
What is serialization and de-serialization in .net?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What are the essential features of ado.net?
Name which operations can you not perform on an ado.net dataset?
How to load multiple tables into a dataset?
Which method is used by command class to execute SQL statements that return single value?
What is maximum pool size in ado.net connection string?
What is row state?
What is variable view?
What are the benefits of ADO.NET?
What are the core objects of ADO.NET?