ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / Managing replications / WLanguage functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Constants for manging the replication
ConstantDetailsUsed by the functions
rplBidirectional
  • Update the master database AND the subscriber database.
  • Update the master file AND the subscriber file.
HSynchronizeReplica,
HRplManageFile
rplDateSynchroFromMasterInformation to know: Date of last synchronization from master database.HInfoReplica
rplDateSynchroFromSubscriberInformation you need to know: Date of last synchronizationHInfoReplica
rplDateSynchroToMasterDate of last synchronization with master database.HInfoReplica
rplDateSynchroToSubscriberInformation you need to know: Date of last synchronization to subscriber database.HInfoReplica
rplDeleteConflictThe record was deleted from the destination replica and it was modified or deleted in the source replica.HSynchronizeReplica
rplHAddReplicate an additionHSynchronizeReplica
rplHDeleteReplicate a deletionHSynchronizeReplica
rplHModifyReplicate a modificationHSynchronizeReplica
rplMasterFirstThe data found in the master database has priority during the replication.HSynchronizeReplica
rplMasterIsUpToDateInformation to know: The master replica may or may not be up to date.HInfoReplica
rplModifyConflictThe record was modified both in the source replica and in the destination replicaHSynchronizeReplica
rplMostRecentFirstThe most recent data has priority. Caution, the most recent data is evaluated according to the time on the subscriber replica.HSynchronizeReplica
rplNoConflictNo conflit was detectedHSynchronizeReplica
rplNumMovableReplicaInformation you need to know: Generation number of the last transportable replica generated.HInfoReplica
rplReplicatedItemReplicated item.HRplManageItem
rplReplicationConflictManagementThe file will use the management mode of conflicts specified by HSynchronizeReplica.HRplManageFile
rplReplicationDisabledTemporarily disables replication.HSetReplication
rplReplicationHeterogeneousConstant kept for backward compatibility. This constant is identical to rplReplicationUniversal.HSetReplication
rplReplicationLoggedEnables replication between HFSQL data files (uses HFSQL log files).HSetReplication
rplReplicationUniversalUsed to perform a universal replication (between an HFSQL database and an Oracle database for example).HSetReplication
rplSubscriberFirstThe data found in the subscriber database (or in the subscriber file) has priority during the replication.HSynchronizeReplica,
HRplManageFile
rplSubscriberIsUpToDateUseful information: Subscriber replica is up to date or notHInfoReplica
rplToMaster
  • Update the master database according to the subscriber database.
  • Update the master file according to the subscriber database.
HSynchronizeReplica,
HRplManageFile
rplToSubscriber
  • Update the subscriber database according to the master database.
  • Update the subscriber file according to the master database.
HSynchronizeReplica,
HRplManageFile
rplUnreplicatedItemUnreplicated item.HRplManageItem
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/06/2024

Send a report | Local help