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
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
// Describe the connection
MyConnection is Connection
 
// Retrieve the list of values saved
// (from the client computer)
MyList is string
MyList = MyConnection.ListParameter()

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

<Result> = <Connection>.ListParameter()
<Result>: Character string
List of parameter names separated by CR characters (Carriage Return).
<Connection>: Connection variable
Name of the Connection variable that describes the connection to use.
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