PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → how to backup a hfsql classic database  ?
how to backup a hfsql classic database ?
Iniciado por AyMaNke, abr., 21 2020 1:38 PM - 6 respostas
Membro registado
4 mensagems
Publicado em abril, 21 2020 - 1:38 PM
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 ??
Membro registado
50 mensagems
Popularité : +7 (9 votes)
Publicado em abril, 24 2020 - 8:17 AM
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.
Membro registado
4 mensagems
Publicado em abril, 24 2020 - 5:12 PM
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
Membro registado
1 mensagem
Publicado em maio, 06 2020 - 8:18 AM
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.
Membro registado
4 mensagems
Publicado em maio, 12 2020 - 4:58 PM
thats for HFSQL Client/server not classic database
Publicado em julho, 24 2021 - 1:05 PM
Hey, did you find any solution ?
Publicado em fevereiro, 20 2024 - 6:22 PM
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.