How does dataset acts in a disconnected fashion ?

Answers were Sorted based on User's Feedback



How does dataset acts in a disconnected fashion ?..

Answer / 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

How does dataset acts in a disconnected fashion ?..

Answer / ram

Once records poulated into DataSet, the DataSet is placed
into server memory. Then connectiion is disconncted.

Is This Answer Correct ?    2 Yes 1 No

How does dataset acts in a disconnected fashion ?..

Answer / zubair khan

THE DATASET PLACED INTO SERVER MEMORY.THEN CONNECTION IN
DISCONNECTED.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How will you load dynamic assembly?

0 Answers  


what are the web form events available in asp.net?

0 Answers  


Difference between web.config and app.config?

3 Answers   ITC Infotech, Jenesys Technologies,


How many types cache in asp net?

0 Answers  


Name the two properties are on every validation control?

0 Answers  






How can we inherit a static variable?

0 Answers  


How many webforms are possible on a single webpage?

6 Answers  


Which is the namespace used to write error message in event Log File?

1 Answers  


What are the intrinsic objects present in ASP.NET

1 Answers   IBM,


How you can access the properties and controls of master pages from content pages?

0 Answers  


What is the difference between Postback and Ispostback Property?

7 Answers   Atrocity Apps Technologies, DC Infotech, HCL, Maples, Visual Soft,


What is the difference between response.redirect and server.transfer?

0 Answers  


Categories