PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → how to backup a hfsql classic database  ?
how to backup a hfsql classic database ?
Débuté par AyMaNke, 21 avr. 2020 13:38 - 6 réponses
Membre enregistré
4 messages
Posté le 21 avril 2020 - 13:38
hi, i have developed an android application using hfsql classic database but i can't find a way to perform a backup or a restoration to my database in android using my application any help please ??
Membre enregistré
50 messages
Popularité : +7 (9 votes)
Posté le 24 avril 2020 - 08:17
there are 1000 ways of doing that, you could for example use the google API and client google user to save the database on google drive and restore from there. like i said there is 1000 ways of doing that and everything depends on your architecture and what you want to accomplish.
Membre enregistré
4 messages
Posté le 24 avril 2020 - 17:12
i have found HCreateMoveableReplica as a solution maybe but i have this probleme
this is my code :
HCreateMasterReplica("backup\backup1.RPM")
HCreateSubscriberReplica("backup\backup1.RPM", "backup", 1)
HCreateMoveableReplica("backup\backup1.RPM", 1, "backup\1.WDZ")

and this is the erreur that i have

Unable to open <D:\My Mobile Projects\Immeuble\Exe\Immeuble\backup\JournalOperation.fic> file.
any help or other solution ?
all i need is to create a backup that i can send to other devices or store it
Membre enregistré
1 message
Posté le 06 mai 2020 - 08:18
Please go through this detailed guide here: https://help.windev.com/…
https://fmwhatsappapk.xyz
Remark: The backups performed according to this method are necessarily full backups. The differential backups can only be performed via scheduled backups.
Membre enregistré
4 messages
Posté le 12 mai 2020 - 16:58
thats for HFSQL Client/server not classic database
Posté le 24 juillet 2021 - 13:05
Hey, did you find any solution ?
Posté le 20 février 2024 - 18:22
Please review this extensive instructions at https://help.windev.com/…
https://smartplayapk.me/
Remark: This procedure requires full backups. Differential backups can only be conducted as scheduled backups.