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
Returns the list of parameters saved from the stored procedures on the server.
Remark: The parameters are saved by database in the "user_param.fic" file.
Example
// Retrieve the list of values saved
// (Code of a stored procedure)
MyList is string
MyList = HListParameter()
Syntax

Finding out the list of parameters saved on the server (in the code of stored procedure) Hide the details

<Result> = HListParameter()
<Result>: Character string
List of parameter names separated by CR characters (Carriage Return).

Finding out the list of parameters saved on the server (from the Client computer) Hide the details

<Result> = HListParameter(<Connection>)
<Result>: Character string
List of parameter names separated by CR characters (Carriage Return).
<Connection>: Character string or Connection variable
Connection to use. This connection corresponds to:
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