What is connected and disconnected module.

Showing Answers 1 - 4 of 4 Answers

sho

  • Apr 8th, 2007
 

According to ADO.net, Dataset is said to be disconnected module and datareader is said to be connected module.
    In disconnected module, the whole data is obtained at one strech and the modification is doen to the local table. In connected module, Only one row is obtained each time from the database.

  Was this answer useful?  Yes

Vandana

  • Jun 3rd, 2007
 

A connected module is one which maintains the connection to the database until the object is closed. In disconnected module the connection is terminated by retrieving and storing data on server.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions