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
Explain the namespaces in which .net has the data functionality class.
What are the core objects of ADO.NET?
Does executenonquery return a value?
What are basic methods of dataadapter?
What are two important objects of ADO.Net?
Which method in OLEDBAdapter is used to populate dataset with records?
What is the difference between oledb sql server and oledbdotnet provider?
What is sqldatareader in ado.net?
Explain the difference between sqlcommand object and command behavior object?
What is disconnected architecture in ado.net?
What are the drawbacks of using ado.net?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What is ole db and odbc?
What are all features of ADO.Net?
What is data adapter in ado.net with example?