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
Modifies some parameters of an existing replication between two HFSQL servers. This function must be run on a master HFSQL server for replication.
Example
Cnt is Connection
ConfigReplication1 is hRSConfig
...
 
ConfigReplication1.Scheduling..Hour = "*/2"
HRSModifyConfig(Cnt, ConfigReplication1)
Syntax
<Result> = HRSModifyConfig(<Connection> , <Replication>)
<Result>: Boolean
  • True if the replication was modified,
  • False otherwise. HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable
Connection to the master HFSQL server on which the replication configuration must be changed. This connection corresponds to:
<Replication>: hRSConfig variable
Name of the hRSConfig variable describing the modified replication to update.
Component: wd290hf.dll
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