Lists the HFSQL servers installed on a computer.
Caution: This function requires an access to the MantaManager service (port 4999).
// Fills the LIST_Server list
ListAdd(LIST_Server, HListServer("doccomputer"))
Syntax
<Result> = HListServer(<Computer name> [, <Timeout>])
<Result>: Character string
LIst of HFSQL servers found on the specified computer. This list has the following format:
<Name of server 1> + TAB + <Port of server 1> + CR + ...
+ CR + <Name of server N> + TAB + <Port of server N>
<Computer name>: Character string
Name of computer on which the HFSQL servers are sought.
This parameter can correspond to: - the name of the computer,
- an IP address (Ipv4 or Ipv6).
<Timeout>: Optional integer
Maximum timeout (in milliseconds) for a response from the MantaManager service. This parameter can correspond to: - an integer corresponding to the number of milliseconds,
- a Duration variable,
- the direct indication of duration (10 ms for example).
This parameter corresponds to 5000 ms by default.
Business / UI classification: Business Logic