rashid saleem

rashid saleem

  • NA
  • 16
  • 1.1k

Two different databases, how can we update at the spot?

Jan 21 2014 5:04 AM

My Scenario:

I have two applications. First one is a website which is connected to MySQL Database and 2nd one is a Desktop Application which is connected to SQL Server2008 R2 Database. The Desktop application updates records locally and the MySQL database is updated online though the website.

Problem:

Two different databases, how can we update at the spot when changes are made either in MySQL or SQL Database?

What I Want:

Databases should be synchronized to each other (e.g. if changes are made in MySQL then SQL server database should be updated, or if changes are made in SQL Database then MySQL database should be updated)

Could anybody please suggest some code, any idea, or any solution to solve this issue?