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
Reads a parameter that was saved from a stored procedure by <Connection variable>.SaveParameter.
Example
// Describe the connection
MyParameter is Connection
 
MyParameter.LoadParameter()

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

<Result> = <Connection>.LoadParameter(<Parameter> , <Default value>)
<Result>: Variant
Value of parameter if this one exists, <Default value> if the parameter does not exist.
<Connection>: Connection variable
Name of the Connection variable that describes the connection to use.
<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
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 07/06/2023

Send a report | Local help