Click here to Skip to main content
15,881,787 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to update data from two tables of the same database only when it is connected to the internet.
database is heidisql
Posted

1 solution

First, HeidiSQL is a management tool not a database.

Second, most data replication and synchronization engines will automatically check if the target machine is available before working.

Third, you should really be asking how to synchronize things, and one way is to use the Microsoft Sync Framework in c# if that is what you need : http://en.wikipedia.org/wiki/Microsoft_Sync_Framework[^]
 
Share this answer
 

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