ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WINDEV Mobile concepts / Part 3 - Databases
  • Universal replication
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
12. Synchronizing data
Previous pageTable of contentsNext page
WINDEV Mobile allows you to synchronize the records used by multiple applications on different platforms.
Thus, applications manage the same data independently. For example, when data is synchronized, the changes made in the database used by the PC are automatically reflected on the mobile device, and vice versa.
This synchronization is done automatically via Universal Replication.
Universal replication
The universal replication updates databases (with the same or different formats) used by several applications. For example, you can synchronize an HFSQL database with an Oracle database.
Universal replication uses a centralized model: all databases are synchronized with a master database. Then, the master database reflect the changes in the other databases.
Universal replication
The synchronization can be adapted to special cases. For example, you can retrieve the records related to a specific product or created on a given date, manage conflicts, display a configuration window, etc.
These adaptations must be done through programming with HRplFilterProcedure.
Previous pageTable of contentsNext page
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/20/2022

Send a report | Local help