ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
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 backup previously created with <Connection variable>.Backup. The backup is physically deleted from the disk.
Syntax
<Result> = <Connection>.DeleteBackup(<Backup to delete>)
<Result>: Boolean
  • True if the deletion was performed,
  • False if an error occurred. HErrorInfo is used to identify the error.
<Connection>: Connection variable
Name of the Connection variable that describes the connection for which the backup must be deleted.
<Backup to delete>: Integer
Identifier of the backup to delete. This identifier is returned by <Connection variable>.Backup or <Connection variable>.InfoBackup.
Remarks
  • If the backup is being created when <Connection variable>.DeleteBackup is called, it is canceled and then deleted.
  • To delete a backup, the user must be super-user or he must have the rights to perform a backup (hRightsBackup constant).
Component: wd290hf.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/07/2023

Send a report | Local help