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
  • Necessary rights
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Modifies a backup scheduling. This scheduling was described by a hBackupDescription variable.
Example
// Description de la connexion
MaConnexionBase is Connection

tabSvg is array dynamic of hBackupDescription
tabSvg = HListScheduledBackup(MaConnexionBase)
hSvg is hBackupDescription

FOR EACH hSvg OF tabSvg
	IF hSvg.LimitNumberBackups = 3 THEN 
		hSvg.LimitNumberBackups = 5
		HModifyScheduledBackup(MaConnexionBase, hSvg)
	END
END
Syntax
<Result> = HModifyScheduledBackup(<Connection> , <Scheduled backup>)
<Result>: Boolean
  • True if the scheduled backup was modified,
  • False if an error occurs.
<Connection>: Character string or Connection variable
Connection for which a scheduled backup must be modified. This connection corresponds to:
<Scheduled backup>: hBackupDescription variable
Name of the hBackupDescription variable to modify.
Remarks

Necessary rights

To have the rights to modify a scheduled backup, you must:
  • be the owner of the scheduled backup.
  • or be a super-user.
Component: wd300hf.dll
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help