Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have windows application with the back end MySQL and front end .net framework 4.0. I want to synchronize it with the web application with the back end MySQL and front end PHP.
I've no idea how to do it.
Please help on it.
Posted
Comments
Mehdi Gholam 21-Jul-14 3:09am    
First start be defining what you want to synchronize.

1 solution

Make a list of items which you want to sync between Web and Win application. Since your backend will remain same, you can easily fetch information on both the apps from same database.

if your backend for these apps are different but on same mySQL instance, then you can introduce a small app/job which takes information from one DB and update another.
 
Share this answer
 
Comments
Rebina Shrestha 22-Jul-14 1:23am    
I've fix the items that need to be synchronized between web and win application. I want win application to run only when there is no internet connection. So, I've no idea on how to connect them under the given circumstances.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900