简体   繁体   中英

Database Synchronization

The problem is synchronize the data at the end of the day.

How can i achieve this.

how can i achieve this ??Tell me something releted to delphi or higher version and using internet.

You could continue to update your local database from your application, and then use a separate service to perform database replication with the remote location. Take a look at SymmetricDS open source database replication. It actually has its origin from POS implementations. It can capture data changes from MySQL and synchronize the data to another database asynchronously. You can control the schedule when it syncs data, which could be at the end of the day. It includes a conflict manager to detect and resolve any change conflicts. If you need help, there is also a commercial version called SymmetricDS Pro with development and production support.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM