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
Command objects uses, purposes and their methods.
What DataReader class do in ADO.NET ?
Explain how to create dynamic gridview?
What is the difference between executenonquery () and executescalar ()?
If we are not returning any records from the database, which method is to be used?
can we create synonymn in ms access,sql server,my sql if so explain me with example
How can we add relation between tables in a dataset?
What providers does Ado.net uses?
How to aggregating data across related tables?
What is the current version of entity framework?
What are the methods of XML dataset object?
What are the several execute methods of ado.net?
What is the use of ADO.NET and XML web services?
What is an orm, and why would you use one instead of plain old ado.net?
How to retrieve the user id which is provided while windows authentication?