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
Immediately execute periodic replication between HFSQL servers: replication is triggered ahead of schedule.
Example
MaConnexion is Connection

ConfigRéplication1 is hRSConfig
...
MaConnexion.RSExecute(ConfigRéplication1.Identifier)
Syntax
<Result> = <Connection>.RSExecute(<Replication to trigger>)
<Result>: Boolean
  • True if the replication was triggered,
  • False otherwise. HErrorInfo is used to identify the error.
<Connection>: Connection variable
Name of the Connection variable that describes the connection to the HFSQL replication master server.
<Replication to trigger>: Integer
Identifier of replication to trigger. This identifier corresponds to the Identifier property of the hRSConfig variable describing the replication.
Component: wd300hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help