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
MyConnection is Connection
ConfigReplication1 is hRSConfig
...
 
ConfigReplication1.Scheduling.Hour = "*/2"
MyConnection.RSModifyConfig(ConfigReplication1)
Syntax
<Result> = <Connection>.RSModifyConfig(<Replication>)
<Result>: Boolean
  • True if the replication was modified,
  • False otherwise. HErrorInfo is used to identify the error.
<Connection>: Connection variable
Name of the Connection variable that describes the connection to the master HFSQL server on which the replication configuration must be changed.
<Replication>: hRSConfig variable
Name of the hRSConfig variable describing the modified replication to update.
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/06/2023

Send a report | Local help