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

Explain the difference between response.redirect vs server.transfer

0 Answers  


What methods are fired during the page load?

2 Answers  


what are the new server controls added in Asp.net 2.0?

1 Answers   DOSPL,


Which protocol is used to call a web service?

0 Answers  


On Age field how many Asp.Net validation controls will be suit?

7 Answers   NTTF Nettur Technical Training Foundation, Quest,






where the stored procedure are written in business logic or data acess layer?

2 Answers  


Describe the difference between a Thread and a Process?

4 Answers  


What is form submit?

0 Answers  


What are generics? why it is used? architecture of ASP.NET?

7 Answers   Path Infotech, Satyam, TCS,


What is SOAP, UDDI and WSDL ?

2 Answers   Infosys, Network, TCS, Wipro,


Types of session management in ASP.NET ?

2 Answers   Microsoft,


What are the session variables?

0 Answers  


Categories