AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Administrar bases de datos / HFSQL / Funciones HFSQL Client/Server
  • Necessary rights
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Deletes a scheduled task from an HFSQL Client/Server server.
Sintaxis
<Result> = HDeleteTask(<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 HAddTask and HListTask.
Observaciones

Necessary rights

To have the rights to delete a task, you must:
  • be the owner of the task.
  • or be a super-user.
Componente: wd300hf.dll
Versión mínima requerida
  • Versión 12
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 20/09/2024

Señalar un error o enviar una sugerencia | Ayuda local