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
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
Example
Cnt is Connection
ConfigReplication1 is hRSConfig
...
HRSExecute(Cnt, ConfigReplication1..Identifier)
Syntax
<Result> = HRSExecute(<Connection> , <Replication to trigger>)
<Result>: Boolean
  • True if the replication was triggered,
  • False otherwise. HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable
Connection to the master HFSQL server for replication. This connection corresponds to:
<Replication to trigger>: Integer
Identifier of replication to trigger. This identifier corresponds to the Identifier property of the hRSConfig variable describing the replication.
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