Features and disadvantages of dataset?
Answers were Sorted based on User's Feedback
Answer / amit garg
Feature of DataSet:
1.DataSet provide disconnected mode.
2.We can Use DataRelation between Table in DataSet.
3.DataSet Contain Hug of Data from database.
4.DataSet can Load a From Other Resource Like XmlFile.
DisAdvantage of DataSet
1.DataSet is slower in compare to RecordSet Because at
First Data Convert in xml before providing the user.
2.we can not use freuqent changes data in dataset because
it works as disconnected mode.
Is This Answer Correct ? | 15 Yes | 2 No |
Answer / 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 |
can we execute trigger normally at the desired time?
What?s the role of the DataReader class in ADO.NET connections?
What do you mean by ‘batch updates’?
What is the difference between executenonquery () and executescalar ()?
What is the difference between ado.net and oledb?
What is ado data control?
Explain the ADO . Net Architecture ?
What is ado.net connection?
How can we perform transactions in .net?
What do you know about ado.net's objects?
What are basic methods of dataadapter?
What is the difference between statement and preparedstatement interface?