PC SOFT

PROFESSIONAL NEWSGROUPS
WINDEVWEBDEV and WINDEV Mobile

Home → WINDEV Mobile 2024 → how to backup a hfsql classic database  ?
how to backup a hfsql classic database ?
Started by AyMaNke, Apr., 21 2020 1:38 PM - 6 replies
Registered member
4 messages
Posted on April, 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 ??
Registered member
50 messages
Popularité : +7 (9 votes)
Posted on April, 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.
Registered member
4 messages
Posted on April, 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
Registered member
1 message
Posted on May, 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.
Registered member
4 messages
Posted on May, 12 2020 - 4:58 PM
thats for HFSQL Client/server not classic database
Posted on July, 24 2021 - 1:05 PM
Hey, did you find any solution ?
Posted on February, 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.