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
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Deletes a backup previously created with HBackup. The backup is physically deleted from the disk.
Syntax
<Result> = HDeleteBackup(<Connection> , <Backup to delete>)
<Result>: Boolean
  • True if deleted successfully,
  • False if an error occurs. HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable
Connection for which the backup must be deleted. This connection corresponds to:
<Backup to delete>: Integer
Identifier of the backup to delete. This identifier is returned by HBackup or HInfoBackup.
Remarks
  • If the backup is being created when HDeleteBackup is called, it is canceled and then deleted.
  • To be able to delete a backup, the user must be a superuser or have the right to backup (constant hSaveRight).
Component: wd300hf.dll
Minimum version required
  • Version 14
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/12/2025

Send a report | Local help