|
|
|
|
|
HRSExecute (Function) In french: HRSDéclenche
Available only with this kind of connection
Immediately execute periodic replication between HFSQL servers: replication is triggered ahead of schedule. 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|