|
|
|
|
<Connection variable>.RSExecute (Function) In french: <Variable Connexion>.RSDéclenche
Available only with this kind of connection
Immediately runs a recurring replication between HFSQL servers: the replication is triggered before the scheduling.
MyConnection is Connection ConfigReplication1 is hRSConfig ... MyConnection.RSExecute(ConfigReplication1.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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|