Features and disadvantages of dataset ?
Answer Posted / ashbin
DisAdvantages:
1.Data is loaded into DataSet if other Client will update
the data same time in DBServer the updated Data will not
reflect automatically in DataSet.
2.Slower in comparision to DataReader
Advantages:
1.No network Traffic while communicating DBServer.
2.Mapping of Mutiple tables in DataSet make ,Relations
also.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the use of dispose method?
Why is string called immutable data type?
How can we update records in gridview?Is there any appropriate code for it?
Explain how do you validate the controls in an asp .net page?
Does google crawl redirects?
To bind columns manually which tags do you need to add within the asp:datagrid ?
How can I open ashx file in mobile?
How can we inherit a static variable?
What are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
What is autopostback in asp net?
What is the difference between a default skin and a named skin?
What is custom attribute?
How would you get asp.net running in apache web servers? Explain it's limitations.
How do you declare static variable?
Explain difference between dataset and recordset?