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
Can I stream live content/events?
What is the difference between asp.net and mvc?
How can you send an email message from an asp.net web page?
there is two functions function a and function b like fun a(){.... ..... } fun b() { } in function b i write the coding to add two numbers and i need to dispaly the sum result in function a with out using global variable. how we do?
What is the use of session state and application state and difference between them?
Is there any limit for query string? Means what is the maximum size?
Why do we need asp.net?
What are sharepoint pages?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Define tracing.
Explain global assembly cache.
What are the different validators in asp.net?
Is session stored in browser?
What is HTTPModule and HTTPcontext? What is the use of each?
What is the usage of DelegatingHandler?