ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Your version: 01A240075T (WINDEV 24)

Help / WLanguage / Management of databases / Management of replication / WLanguage functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadApple WatchUniversal Windows 10 AppWindows Mobile
Others
Stored procedures
HRSExecute (Function)
In french: HRSDéclenche
HFSQL Client/ServerAvailable only with this kind of connection
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
Example
ConfigReplication1 is hRSConfig
...
HRSExecute(Cnt, ConfigReplication1..Identifier)
Syntax
<Result> = HRSExecute(<Connection> , <Identifier>)
<Result>: Boolean
  • True if the replication was triggered,
  • False otherwise. HErrorInfo is used to identify the error.
<Connection>: Character string (with or without quotes)
Connection to the master HFSQL server for replication. This connection was defined in the data model editor, or by programming with HDescribeConnection or HOpenConnection.
<Identifier>: Integer
Identifier of replication to trigger. This identifier corresponds to the ..Identifier property of hRSConfig variable describing the replication.
Component : wd240hf.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/06/2019

Send a report | Local help