AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL Client/Server
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
Reads a parameter that was saved from a stored procedure by HSaveParameter.
Example
HLoadParameter("MyParameter")
Syntax

Loading a parameter on the server (in the code of stored procedure) Hide the details

<Result> = HLoadParameter(<Parameter> [, <Default value>])
<Result>: Variant
Value of parameter if this one exists, <Default value> if the parameter does not exist.
<Parameter>: Character string
Name of parameter to restore. This parameter must not correspond to an empty string and it must not contain the "CR" character (Carriage return).
<Default value>: Optional variant
Default value returned if the parameter is not found. If this parameter is not specified, the default value corresponds to an empty string ("").

Loading a parameter on the server (from the Client computer) Hide the details

<Result> = HLoadParameter(<Connection> , <Parameter> , <Default value>)
<Result>: Variant
Value of parameter if this one exists, <Default value> if the parameter does not exist.
<Connection>: Character string or Connection variable
Connection to use. This connection corresponds to:
<Parameter>: Character string
Name of parameter to restore. This parameter must not correspond to an empty string and it must not contain the "CR" character (Carriage return).
<Default value>: Variant
Default value returned if the parameter is not found. If this parameter is not specified, the default value corresponds to an empty string ("").
Component: wd290hf.dll
Versión mínima requerida
  • Versión 14
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

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