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
  • Necessary rights
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Deletes a scheduled optimization task from HFSQL Client/Server data files.
Syntax
<Result> = HDeleteScheduledOptimization(<Connection> , <Task to delete>)
<Result>: Boolean
  • True if the task was deleted,
  • False if an error occurs. HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable
Connection for which the task must be deleted. This connection corresponds to:
<Task to delete>: Integer
Identifier of the task to delete. This identifier is given by HAddScheduledOptimization and HListScheduledOptimization.
Remarks

Necessary rights

To have the rights to delete a scheduled optimization task, you must:
  • be the owner of the task.
  • or be a super-user.
Component: wd300hf.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help