|
|
|
|
ReplicDeleteSubscription (Function) In french: RéplicSupprimeAbonnement Deletes the subscription of a replication on the replication server. This function is mainly used for a replication with delayed replicas, to free resources on the server.
// Opens a replication on the replication server ReplicOpen("MyReplication", "", "ReplicationServer", "Name", "password") // Deletes the replication ReplicDeleteSubscription("MyReplication")
Syntax
<Result> = ReplicDeleteSubscription(<Replication name>)
<Result>: Boolean - True if the replication subscription was deleted,
- False otherwise. For more details about the problem, use ErrorInfo.
<Replication name>: Character string Name of the replication to use. This name corresponds to:- the name of ".wer" file, created by ReplicEdit (for an online replication). This file must be found beside the executable.
- the publication name (for a replication server).
Remarks - The replication must have been opened by ReplicOpen.
- If the replication does not use the replication server (replication in direct mode), ReplicDeleteSubscription has no effect.
- The local files associated with the replication are not deleted.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|