|
|
|
|
HDeleteBackup (Function) In french: HSupprimeSauvegarde 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 the deletion was performed,
- False if an error occurred. 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 delete a backup, the user must be super-user or he must have the rights to perform a backup (hRightsBackup constant).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|