|
|
|
|
|
HRSExecute (Function) In french: HRSDéclenche
Available only with this kind of connection
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|