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 linq and entity framework?
What is dao and ado?
Is datareader faster than datatable?
Does dapper use ado.net?
What is ado.net and its features?
Do we use stored procedure in ADO.Net?
What is ado.net in vb net?
Define bubbled event?
What are the types of databinding?
How do I delete a row from a DataTable?
Which provider is used to connect ms access, oracle, etc…?
How to identify the controls which can be used for binding data?
Define executenonquery?
What is ado.net components?
What is openrowset?