Difference between datareader and dataset?
Answer Posted / chaitanya.k
Data Reader is a forward only and read only data
DataSet is used to maintain relationships between multiple
tables.
Data Reader can't persist the data
Data Set can persist the data
| Is This Answer Correct ? | 145 Yes | 22 No |
Post New Answer View All Answers
Explain the difference between data reader and data adapter?
How to connect and retrieve data from database using dataset
What is the meaning of object pooling?
What does ado stand for in ado.net?
What are the advantages of using datalist?
What are disadvantages of microsoft-provided data provider classes in ado.net?
How to add a javaScript function in a datagrid?
What are the key events of sqlconnection class?
What are the steps to connect to a database?
What is a dynaset in access?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What is variable view?
Which database is the ado.net?
Explain the dataadapter class in ado.net?