|
|
|
|
HRSModifyConfig (Function) In french: HRSModifieConfig
Available only with this kind of connection
Modifies some parameters of an existing replication between two HFSQL servers. This function must be run on a master HFSQL server for replication.
Cnt is Connection ConfigReplication1 is hRSConfig ... ConfigReplication1.Scheduling..Hour = "*/2" HRSModifyConfig(Cnt, ConfigReplication1)
Syntax
<Result> = HRSModifyConfig(<Connection> , <Replication>)
<Result>: Boolean - True if the replication was modified,
- False otherwise. HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable Connection to the master HFSQL server on which the replication configuration must be changed. This connection corresponds to: <Replication>: hRSConfig variable Name of the hRSConfig variable describing the modified replication to update.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|