AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL Client/Server
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
HListServer (Function)
HFSQL Client/ServerDisponible solo con este tipo de conexión
Lists the HFSQL servers installed on a computer.
Warning: This function requires access to the MantaManager service (port 4999).
Ejemplo
// Fills the LIST_Server list
ListAdd(LIST_Server, HListServer("doccomputer"))
Sintaxis
<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.
Clasificación Lógica de negocio / UI: Lógica de negocio
Componente: wd300hf.dll
Versión mínima requerida
  • Versión 15
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 12/06/2025

Señalar un error o enviar una sugerencia | Ayuda local