|
|
|
|
|
<Connection variable>.CheckServerUpdate (Function) In french: <Variable Connexion>.VérifieMiseAJourServeur
Available only with this kind of connection
Checks for the latest version of the HFSQL server that can be automatically updated. MyConnection is Connection  let sNewVersion = MyConnection.CheckServerUpdate() IF sNewVersion<>"" THEN Info(sNewVersion)
Syntax
<Result> = <Connection>.CheckServerUpdate()
<Result>: Character string Update version available on the HFSQL server. <Connection>: Connection variable Name of the Connection variable that describes the connection to the HFSQL server.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|