ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / Managing replications / WLanguage functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Reads the replication configuration for an HFSQL server that takes part in one or more replications.
This function can be run on a master server or on a subscriber server.
Example
MyConnection is Connection
 
Trace(MyConnection.RSInfo())
Syntax
<Result> = <Connection>.RSInfo()
<Result>: Character string
Information regarding the different replications performed on this server. This information has the following format:
<Server role> + TAB + <Server identifier> + TAB + <Port> + TAB + <Priority>
where:
  • <Server role> corresponds to an integer constant used to find out the role of the server in the replication:
    hrsInactiveInactive computer in the replication between HFSQL servers.
    hrsMasterMaster computer in the replication between HFSQL servers.
    hrsMaster + hrsSubscriberMaster and subscriber computers in the replication between HFSQL servers (for a bi-directional replication).
    hrsSubscriberSubscriber computer in the replication between HFSQL servers.
  • <Server identifier> corresponds to the number used to identify the current HFSQL server among all the servers taking part in a replication.
  • <Port> corresponds to the TCP/IP port used for the communication between servers.
  • <Priority> corresponds to the priority number of the server used in case of resolution by priority during a modification conflict.
<Connection>: Connection variable
Name of the Connection variable that describes the connection to the HFSQL server.
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/06/2023

Send a report | Local help