ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL Cluster / 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
Suspends the execution of an HFSQL cluster. The nodes of the cluster will no longer accept any connection from the client applications.
The cluster can be restarted by HClusterStart.
Remark: This function is reserved for an advanced use. We recommend that you use the HFSQL Control Center to manage a HFSQL cluster.
Example
HClusterStop("Host1", "MyPassword")
Syntax
<Result> = HClusterStop(<Coordinator> , <Password>)
<Result>: Boolean
  • True if the function was successful,
  • False otherwise. To get more details on the error, use ErrorInfo.
<Coordinator>: Character string
DNS name of computer where the cluster coordinator is installed.
<Password>: Character string
Password used to connect to the coordinator. This password was given when installing the cluster.
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/03/2023

Send a report | Local help