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
Explian About DataAdapters
Name which operations can you not perform on an ado.net dataset?
How can you identify whether or not any changes are made to the DataSet object since it was last loaded?
What are the different methods by which we can populate a dataset?
Which parameter of ConnectionString is used to specify the name of the database?
What are the different layers of ado.net?
What is ado data control?
What is ado connection?
What is data control techniques?
What is the namespaces being used to access oracle database?
What is the difference between statement and preparedstatement interface?
How can I retrieve two tables of data at a time by using data reader?
Explain how to create dynamic gridview?
What is connection pooling and what is the maximum pool size in ado.net connection string?
What are the namespaces used in ado.net for data access?