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
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What are the methods of XML dataset object?
What is the difference between ado.net and oledb?
What are the objects of ado.net?
What are the core objects of ADO.NET?
Explain how to create dynamic gridview?
What is the full form of ado?
What are the advantages and drawbacks of using ado.net?
Explain what are acid properties?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
Which control of the BindingNavigator returns the current position within the data source?
How to find the given query is optimised one or not?
What is openrowset?
How we can provide data to ado.net?
What are the ado.net components?