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 asynchronous call?
Do session use cookies in asp net?
To get the values in two different controls to match which control you use it?
Explain the difference between array and linkedlist?
What is the difference between adding reference in solution explorer and adding references by using ?
How can we create Tree control in asp.net?
Why should i prefer JSP over asp.net or any other web development language..??
In a Repeater control how one can provide an alternating color scheme ?
What is the postback property in asp.net?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
What is jade template engine?
What are tuples?
Explain how cookies work.
What is app_code folder in asp net?
Explain how cookies work. Give an example of cookie abuse.