AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL Client/Server
  • Necessary rights
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
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 occurred. 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.
  • be super-user.
Component: wd290hf.dll
Versión mínima requerida
  • Versión 15
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