ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Synchronization in direct mode Hide the details
True if the synchronization was performed,False otherwise. For more details about the problem, use ErrorInfo.
Name of replication to synchronize. This name corresponds to the name of the ".wer" file created by ReplicEdit. This file must be found beside the executable.
Synchronization with a replication server Hide the details
Name of replication to synchronize. This name corresponds to the publication name for a replication server.
Type of replication to perform. These options are taken into account for a replication with a replication server. replicaImmediateThe replica is immediately created, during the synchronization.This replication mode can be quite long but it guarantees to be updated from the master database.replicaPeriodic (Default value)The replica that is taken into account is the replica that is available on the server.If the replica is periodically created on the server, the last created replica is taken into account.If the replica is not periodically created on the server, the last generated replica is taken into account. This last replica was generated just after the last synchronization.This replication mode is fast but it does not guarantee to be "entirely updated" from the master database.Versions 19 and laterreplicaNoProgressBarNew in version 19replicaNoProgressBarreplicaNoProgressBarBy default, a progress bar is displayed during synchronization. This progress bar is adapted to the current platform. This constant allows you to no longer display the progress bar.This constant can be combined with the replicaImmediate and replicaPeriodic constants. Remark: you should use the same type of replication as the one defined on the server.
Replication and WithSpace function
Replication via a replication server
Last update: 09/18/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: