Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
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.