ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
HListServer (Function)
In french: HListeServeur
HFSQL Client/ServerAvailable only with this kind of connection
Lists the HFSQL servers installed on a computer.
Warning: This function requires access to the MantaManager service (port 4999).
Example
// Remplit la liste LISTE_Serveur
ListAdd(LISTE_Serveur, HListServer("postefp"))
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 representing the number of milliseconds,
  • a Duration variable,
  • direct indication of duration (e.g. 10 ms).
This parameter corresponds to 5000 ms by default.
Business / UI classification: Business Logic
Component: wd300hf.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/12/2025

Send a report | Local help