ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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.
Caution: This function requires an access to the MantaManager service (port 4999).
Example
// 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 be:
  • 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
Component: wd290hf.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/07/2023

Send a report | Local help