ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
  • Modification rights
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Finds out and modifies the priority of the calling application.
Note The higher the priority, the more the server will process application requests first.
Example
// Donner une priorité maximale à l'application
HPriority("MaConnexion", 10)
Syntax

Finding out the priority of the calling application Hide the details

<Result> = HPriority(<Connection>)
<Result>: Integer
Value of the priority for the application. This value is found between -10 (low priority) and 10 (high priority).
By default, the priority is set to 0 when the application is started (standard priority).
<Connection>: Character string or Connection variable
Connection to the HFSQL server. This connection corresponds to:

Modifying the priority of the calling application Hide the details

<Result> = HPriority(<Connection> , <Priority>)
<Result>: Integer
Previous value of the priority for the application.
<Connection>: Character string or Connection variable
Connection to the HFSQL server. This connection corresponds to:
<Priority>: Integer
New value of the priority that will be assigned to the client application. This value is found between -10 (low priority) and 10 (high priority).
By default, the priority is set to 0 when the application is started (standard priority).
Remarks

Modification rights

The rights to modify the priority are required to increase the priority of the current application. This right corresponds to the hRightsPriority constant (used in HInfoServerRights and HModifyServerRights).
The rights to modify the priority are not required to consult or reduce the priority of the current application.
Component: wd300hf.dll
Minimum version required
  • Version 11
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/12/2025

Send a report | Local help