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 is adodb dll?
What are the Features and disadvantages of dataset
Compare Data Reader & Dataset in ado.net?
Does executenonquery return a value?
How can we add relation between tables in a dataset?
What is sqldatareader?
What is difference between dataset and datatable?
how Sequence to connect and retrieve data from database using dataset?
What is defaultview in datatable?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is the advantage of ado.net?
What are all components of ADO.Net data provider?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What are the advantages and drawbacks of using ado.net?
What is the difference between an ADO.NET Dataset and an ADO Recordset?