Difference between datareader and dataset?
Answer Posted / vikas choudhary
Data Reader is faster then dataset as Datareader is a
direct method of fetching data where as dataset is indirect
method. Dtatset take data from data adapter
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What are ado.net objects?
What are all the commands used with Data Adapter?
How do you connect to sql server database without using sqlclient?
can we create synonymn in ms access,sql server,my sql if so explain me with example
Why edit is not possible in repeater?
Command objects uses, purposes and their methods.
What is dataadapter in ado.net?
What do you mean by performing asynchronous operation using command object?
How would you connect to a database by using .NET?
Which property is used to check whether a DataReader is closed or opened?
What are the Features of a dataset
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What are the disadvantages of using datalist?
What is a column variable?
Does executenonquery return a value?