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
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
What are the different layers of ado.net?
What are the Features of a dataset
What is the current version of entity framework?
Which is better entity framework or ado.net?
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What is ado and dao?
What is a dynaset in access?
What are the advantages and disadvantages of using datalist?
What is the hierarchy of data in databases?
Does entity framework use ado.net?
How to pass multiple tables in datasets simultaneously?
Is datareader faster than datatable?
How is entity framework different from ado.net?
how we can fire event in databound coulm in datagfrid withot using button?