ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 2425262728
Deleting a replication identified by a hHRSConfig variable Hide the details
True if the replication was deleted,False otherwise. HErrorInfo is used to identify the error.
Name of the Connection variable that describes the connection to the HFSQL server on which the replication is performed.
Name of hRSConfig variable describing the replication to delete.
Type of replication to delete: hrsDefault (default value)Deletes the replication only if the subscriber server is accessible.hrsIgnoreSubscriberForces the deletion even if the other server cannot be contacted. In this case: the information regarding the replication will not be deleted from the subscriber server. for a bidirectional replication, the replication will not be deleted from the other server. We advise you to perform this deletion from this server as well to avoid a useless memory consumption.hrsSubscriberForces the deletion of an orphan replication on the subscriber side. In this case, the hRSConfig variable can be retrieved by <Connection variable>.RSListConfig associated with the hrsSubscriber constant. Remark: Before version 190040, this parameter corresponded to a boolean (True equivalent to the hrsIgnoreSubscriber constant and False equivalent to the hrsDefault constant).
Deleting a replication identified by its identifier Hide the details
Identifier of replication to delete. This identifier corresponds to the Identifier property of the hRSConfig variable describing the replication.
True to force the deletion even if the other server cannot be contacted. In this case: the information regarding the replication will not be deleted from the subscriber server. for a bidirectional replication, the replication will not be deleted from the other server. We advise you to perform this deletion from this server as well to avoid a useless memory consumption. . False (default value) to delete the replication only if the subscriber server is accessible.
Last update: 05/26/2022
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: