AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / HFSQL Cluster / Funciones WLanguage
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
Returns the name of the master node in an HFSQL cluster.
Example
let sChaîneMaître = HClusterMasterNode("clustermanager.masociete.com", "secret")
Syntax
<Result> = HClusterMasterNode(<Coordinator> , <Password>)
<Result>: Character string
  • Name of the HFSQL Cluster master node.
  • Empty string ("") if the master is not detected. There may be no master if the nodes fail to synchronize or are disconnected from the coordinator.
<Coordinator>: Character string
DNS name of the machine where the HFSQL Cluster coordinator is located.
<Password>: Character string
Password used to connect to the coordinator. This password was provided when installing the HFSQL cluster.
Business / UI classification: Business Logic
Component: wd290hf.dll
Versión mínima requerida
  • Versión 27
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 05/04/2024

Señalar un error o enviar una sugerencia | Ayuda local