What is Connected architecture and Disconnected architecture?

Disconnected Architecture - Disconnected architecture means, you don’t need to connect always to get data from the database.

  • Get data into DataAdapter.
  • Manipulate the DataAdapter
  • Resubmit the data.


It is fast and robust(data will not lose in case of any power failure).

Connected Architecture - Connected architecture means you are directly interacting with database, but it is less secure and not robust.



Post a Comment

Previous Post Next Post