|
|
|
|
|
HRSListConfig (Function) In french: HRSListeConfig Lists the replications available on a master or subscriber HFSQL server. // Declare the variables Cnt is Connection listRS is array of hRSConfig  // Configuring the connection ...  // List of replications listRS = HRSListConfig(Cnt) FOR EACH ConfigReplication OF listRS Trace(ConfigReplication.Server) END Syntax
<Result> = HRSListConfig(<Connection> [, <Option>])
<Result>: Array of hRSConfig Array of hRSConfig variables describing the different replications defined on the HFSQL server. <Connection>: Character string or Connection variable Connection to the master HFSQL server (on which the replications are defined). This connection corresponds to: <Option>: Integer constant Used to list the replications for which the current server is master or subscriber: | | hrsMaster (Default value) | Lists the replications for which the current server is master. | hrsSubscriber | Lists the replications for which the current server is subscriber.Remark: In this case, the hRSConfig variable corresponding to the replication has the following characteristics: - Bidirectional replication: the identifier corresponds to the identifier of the replication on the subscriber server.
- Unidirectional replication: the identifier is set to 0.
- The Server property corresponds to the name of the master server.
- The Description and Scheduling properties are not available.
|
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|