|
|
|
|
|
HDeleteScheduledBackup (Function) In french: HSupprimeSauvegardePlanifiée
Available only with this kind of connection
Deletes a scheduled backup from an HFSQL Client/Server server. cnxMaBase is Connection
tabDescSvg is array dynamic of hBackupDescription
tabDescSvg = HListScheduledBackup(cnxMaBase)
hDescSvg is hBackupDescription
FOR EACH hDescSvg OF tabDescSvg
IF Position(hDescSvg.Source, cnxMaBase.Database, 0, IgnoreCase) > 0 THEN
HDeleteScheduledBackup(cnxMaBase, hDescSvg.Identifier)
END
END
Syntax
<Result> = HDeleteScheduledBackup(<Connection> , <Scheduled backup>)
<Result>: Boolean - True if the scheduled backup has been deleted,
- False if an error occurs. HErrorInfo is used to identify the error.
<Connection>: Character string or Connection variable Connection for which the scheduled backup must be deleted. This connection corresponds to: <Scheduled backup>: Integer Identifier of the scheduled backup to delete. Remarks Necessary rights To have the rights to delete a scheduled backup, you must: - be the owner of the scheduled backup.
- or be a super-user.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|