How does dataset acts in a disconnected fashion ?
Answer Posted / guser9999
Whenever we retrive data we get it retrived through
Dataadapter(bridge betn database and dataset).Then
connection can be closed.and that Dataadapter fills data in
dataset object by .Fill method. So now we have data for
handling in dataset object(which holds data in memory untill
is cleared). Thus it is disconnected architecture.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What is the size of Get method and how much data it can store?
What is _dopostback in asp net?
How do u deploy your asp.net application?
What is slidemaster?
Explain the asp.net mvc request life cycle? : asp.net mvc
Can we use MSSql as backend in asp.net...if yes then How.?
Which protocol is used to call web service?
Distinguish between Server-side and Client-side code?
Why session management is required?
What is the differences between a primary key and a unique key in sql server?
What is use of <% %> in asp.net?
Which method do you use to kill explicitly a users session?
How does a content page differ from a master page?
What is difference in .net 1.1 and .net 2.0?
What is state management in .net?