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
<Connection variable>.StartServerUpdate (Function)
In french: <Variable Connexion>.Dé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
// Describe the connection
MyConnection is Connection
 
// Starts the server update
MyConnection.StartServerUpdate()
Syntax
<Result> = <Connection>.StartServerUpdate([<Version>])
<Result>: Boolean
  • True if the operation was performed,
  • False if a problem occurred.
HErrorInfo is used to identify the error.
<Connection>: Connection variable
Name of the Connection variable that describes the connection to use for the server update.
<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 <Connection variable>.ManageServerUpdate.
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/21/2023

Send a report | Local help