|
|
|
|
|
<Connection variable>.DeleteBackup (Function) In french: <Variable Connexion>.SupprimeSauvegarde Syntax
<Result> = <Connection>.DeleteBackup(<Backup to delete>)
<Result>: Boolean - True if deleted successfully,
- False if an error occurs. 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 be able to delete a backup, the user must be a superuser or have the right to backup (constant hSaveRight).
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|