ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server 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
HStartServerUpdate (Function)
In french: HDéclencheMiseAJourServeur
HFSQL Client/ServerAvailable only with this kind of connection
Used to immediately start the automatic server update. The users will be disconnected during this operation.
Example
// Starts the server update
HStartServerUpdate(MyConnection)
Syntax
<Result> = HStartServerUpdate(<Connection> [, <Version>])
<Result>: Boolean
  • True if the operation was performed,
  • False if a problem occurred.
HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable
Connection to a database. This connection corresponds to:
  • the name of the connection defined in the data model editor.
  • the name of the connection defined by HDescribeConnection. The connection description must be known when running the function.
  • the name of a variable of type Connection.
<Version>: Optional character string
Version for which the update must be performed (for example: "240036"). By default, the latest available update is used if this parameter is not specified.
Remarks
The update server (containing the pack for updating the HFSQL server) can be defined by HManageServerUpdate.
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help