ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
  • Stopping server
  • Managing rights
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
<Connection variable>.StopServer (Function)
In french: <Variable Connexion>.ArrêteServeur
HFSQL Client/ServerAvailable only with this kind of connection
Stops an HFSQL server. Then, the server can be restarted by HStartServer.
Remark: To perform this action, the user must have specific rights on the server.
Example
// Describe the connection
MyConnection is Connection
 
// Open the connection
MyConnection.OpenConnection()
...
MyConnection.StopServer()
Syntax
<Result> = <Connection>.StopServer()
<Result>: Boolean
  • True if the server was stopped,
  • False if an error occurred. HError is used to identify the error.
<Connection>: Connection variable
Name of the Connection variable that describes connection for which the server must be stopped.
Remarks

Stopping server

If Client applications are currently used when the server is stopped, an error message ("Server not available") will be displayed during the next action performed by the client application on the server.
Remark: The server may not be restarted immediately once it has been stopped. The operating system does not immediately close the connections already established between the client computers and the server. Simply wait a few minutes (depending on the operating system timeout) before restarting the server.

Managing rights

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