|
|
|
|
|
- Stopping server
- Rights management
<Connection variable>.StopServer (Function) In french: <Variable Connexion>.ArrêteServeur
Available only with this kind of connection
Stops an HFSQL server. Then, the server can be restarted by HStartServer. Remark: To perform this action, the user must have specific rights on the server.
MyConnection is Connection
MyConnection.OpenConnection()
...
MyConnection.StopServer()
Syntax
<Result> = <Connection>.StopServer()
<Result>: Boolean - True if the server has been stopped,
- False if an error occurs. HError is used to identify the error.
<Connection>: Connection variable Name of the Connection variable that describes connection for which the server must be stopped. Remarks Stopping server If Client applications are currently used when the server is stopped, an error message ("Server not available") will be displayed during the next action performed by the client application on the server. Remark: Following a server shutdown, it may not be possible to restart the server immediately.. The operating system does not immediately close the connections already established between the client computers and the server. Simply wait a few minutes (depending on the operating system timeout) before restarting the server.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|