Features and disadvantages of dataset?
Answer Posted / 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 |
Post New Answer View All Answers
Define executenonquery?
Give few examples of datareader that is used in different dataproviders.
How is entity framework different from ado.net?
What is data relation?
What is the role of clr?
The answers which posted above is not satisfied my requirement? Can some one post teh exact answer? Thanx
What are two types of transaction supported by ado.net?
What is a string variable?
What is the difference between the clone() and copy() methods of the dataset class?
Which is faster ado.net or linq?
What are the parameters that control most of connection pooling behaviors?
What is difference between dataset and datatable?
What is openquery?
What does adodb stand for?
Explain the difference between sqlcommand object and command behavior object?