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
Cnx is Connection
ConfigRéplication1 is hRSConfig
...
HRSExecute(Cnx, ConfigRéplication1..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: wd300hf.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/21/2024

Send a report | Local help