Difference between datareader and dataset?
Answer Posted / bhupi
Data reader:it is a connection .in which we can forward the
data in only read only form,directly to the .net
application may be web or windows
Dataset: data set is the very similer to the to the Data
base ,we can say it is a duplicate copy of our original
data base ,all tha query are executed on the data set and
after that changes are made in original database
| Is This Answer Correct ? | 36 Yes | 7 No |
Post New Answer View All Answers
What is Serialization in .NET? what are the types of Serialization?
Why do we use sqldataadapter?
Which parameter of ConnectionString is used to specify the name of the database?
What is the full form of ado.net?
Explain how to pass multiple tables in datasets simultaneously?
Does entity framework use ado.net?
Does ado.net use odbc?
What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is difference between ado and other data object?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
Explain the various objects in dataset.
What is basic use of data view?
What two types of data providers does ADO.NET supply? What determines which one you should use?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
Explain the difference in record set and dataset?