Features and disadvantages of dataset?
Answer Posted / parveen atreya
DataSet is based on disconnected model. We can
Update/Delete/Edit data into dataset. As compared to
datareader data set is slow.In dataset data/information is
stored in the form of XML.dataset has many objects which
make this easy for user. read/write data operation is very
fast.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are good ado.net object to replace to ado recordset object.
Command objects uses, purposes and their methods.
What are the advantages using ado.net?
How can I retrieve two tables of data at a time by using data reader?
How do you connect to sql server database without using sqlclient?
Explain the overview of ado.net architecture?
Does ado.net use odbc?
What are the advantages of oledb compared with other classes?
What is the use of Dataview?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
Which is faster ado.net or linq?
What is the difference between ado.net and entity framework?
What is executenonquery ado.net?
Which ado.net object is very fast in getting data from the database?
What is the use of adodc?