ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / Managing replications / WLanguage functions
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
ConstantDescriptionUsed by the function
hmcrHigherPriorityMethod for solving conflicts: During a conflict, only the priority value defined for the server is taken into account. The smaller the priority value defined for the server is, the higher the priority granted to the server will be.hRSConfig variable
hmcrMoreRecentMethod for solving conflicts: During a conflict, the more recent element has priority.
Caution: This method requires a synchronization of the clock on the different servers.
hRSConfig variable
hmcrProcedureAllItemsMethod for solving conflicts: When a conflict occurs, a stored procedure (defined with the ProcedureForModificationConflictResolution property) is started. In this procedure, all the items found in the record will be accessible.hRSConfig variable
hmcrProcedureWithModifiedItemsMethod for solving conflicts: When a conflict occurs, a stored procedure (defined with the ProcedureForModificationConflictResolution property) is started. In this procedure, only the modified items will be accessible.hRSConfig variable
hrsDefaultDeletes the replication only if the subscriber server is accessible.HRSDeleteConfig
hrsIgnoreSubscriberForces the deletion even if the other server cannot be contacted.HRSDeleteConfig
hrsInactiveRole of server in the replication: Inactive computer in the replication between HFSQL servers.HRSInfo, HRSInit
hrsMasterRole of server in the replication: Master computer in the replication between HFSQL servers.HRSInfo, HRSInit, HRSListConfig
hrsSubscriber
  • Role of server in the replication: Subscriber computer in the replication between HFSQL servers.
  • Forces the deletion of an orphan replication on the subscriber side.
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help