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 http post and http get?
When Cookies are expired in ASP.NET?
Explain how can we inherit a static variable?
What does it mean your session has timed out?
What is an example of an application service provider?
What is directive in asp net?
What kind of data can be stored in viewstate?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
What is semantic gap?
What are all the various Estimation Techniques available ?
What are the main advantages of using asp.net?
Which is better union or union all?
What ports must be open for DCOM over a firewall? What is the purpose of Port 135?
What is the difference between executescalar and executenonquery?
Which is better php or asp.net?