|
|
|
|
HStartServerUpdate (Function) In french: HDéclencheMiseAJourServeur
Available only with this kind of connection
Used to immediately start the automatic server update. The users will be disconnected during this operation.
// 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|