2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This tutorial deals with implementing Database to Database integration using DBSync. The below tutorial illustrates how data exchange can happen between 2 MYSQL databases.

Environment -
  • Source : MYSQL Database
  • Target : MYSQL Database
  • DBSync : DBSync Enterprise OnPremise Edition.
  1. Setup your Database for Integration. For this Tutorial I will be using MySQL Database Named "salesforce".
  2. Create tables "dbAccount" and "dbAccountNew" in Database with following script.  

...