Features and disadvantages of dataset ?

Answer Posted / j_baghla

Features:-
Dataset can contain more than one table and we can create
relationships among those tables.we can read the data by
for each loop.Dataset can contain data from different
datasources like oracle,sqlserver,access etc.
Disadvantages:-
It is somewhat like local database.In other words if we
want to update the values thru dataset into database then
first we have to update the values in the datatset then we
will update the DB by calling update method of dataset
which is quite long task.

Is This Answer Correct ?    4 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I create a web form?

528


Describe session handling in a webfarm?

559


What is comparevalidator?

523


What are the different types of events are occured when a client requests an ASP.NET page from IIS server?

583


Is asp.net a programming language?

531






Define machine.config in .net?

553


What is form submit?

520


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2592


What are the options in ASP.NET to maintain state?

617


What is skin in asp.net?

518


How do we ensure view state has not tampered?

606


What is tracing? Where is it used?

555


What is full trust in asp.net?

542


What is a postback ispostback and autopostback in asp net?

477


Explain exception handling in .net.

610