PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV Mobile 2024 → how to backup a hfsql classic database  ?
how to backup a hfsql classic database ?
Iniciado por AyMaNke, 21,abr. 2020 13:38 - 6 respuestas
Miembro registrado
4 mensajes
Publicado el 21,abril 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 ??
Miembro registrado
50 mensajes
Popularité : +7 (9 votes)
Publicado el 24,abril 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.
Miembro registrado
4 mensajes
Publicado el 24,abril 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
Miembro registrado
1 mensaje
Publicado el 06,mayo 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.
Miembro registrado
4 mensajes
Publicado el 12,mayo 2020 - 16:58
thats for HFSQL Client/server not classic database
Publicado el 24,julio 2021 - 13:05
Hey, did you find any solution ?
Publicado el 20,febrero 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.