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
HCheckServerUpdate (Function)
In french: HVérifieMiseAJourServeur
HFSQL Client/ServerAvailable only with this kind of connection
Checks for the latest version of the HFSQL server that can be automatically updated.
Example
MyConnection is Connection
 
let sNewVersion = HCheckServerUpdate(MyConnection)
IF sNewVersion<>"" THEN Info(sNewVersion)
Syntax
<Result> = HCheckServerUpdate(<Connection>)
<Result>: Character string
Update version available on the HFSQL server.
<Connection>: Character string or Connection variable
Connection to the HFSQL server. This connection corresponds to:
Remarks
The update server (containing the pack for updating the HFSQL server) can be defined by HManageServerUpdate.
Component: wd290hf.dll
Minimum version required
  • Version 22
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/29/2023

Send a report | Local help