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
What is data reader in asp.net?
Which is faster viewdata or viewbag?
Can we set master page as a start page?
What is the main difference between Asp.net and Vb.net?
Will the asp.net validators run in server side or client side?
Explain about asp.net caching?
What is asp.net master page?
What is the difference between custom web user control and a custom web server control?
Is asp.net a language?
Define web services in asp.net.
How to register exception filter globally?
How you can access the values from the Repeater control in ASP.NET?
How to reduce the width of textbox in editcommandcolumn of datagrid?
what is loosely coupled solution? How it can be used?
Differentiate between globalization and localization.