PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Location of HyperfileSQL DB in Android?
Location of HyperfileSQL DB in Android?
Débuté par Gautam, 24 avr. 2017 15:26 - 2 réponses
Membre enregistré
67 messages
Posté le 24 avril 2017 - 15:26
Hi all

I have a mobile app created in WM21 (Android). It uses a db and I am able to create and update records in the app. My question is where exactly does the HyperfileSQL DB reside in Android file system? How do I view the records in this database directly without viewing them through the mobile app (can WDMap work?).

Thanks and regards

Gautam
Posté le 24 avril 2017 - 15:42
Hi

Le 4/24/2017 à 7:26 AM, Gautam a écrit :
Hi all

I have a mobile app created in WM21 (Android). It uses a db and I am
able to create and update records in the app. My question is where
exactly does the HyperfileSQL DB reside in Android file system? How do


It's where your code said it should be...
If you didn't say anything, iy's in the app directory (hidden/protected
by the OS)

I view the records in this database directly without viewing them
> through the mobile app (can WDMap work?).

No... That directory is by design not accessible from anybody.

If you really need to do that and expose your DB (security risk), you'll
have to do a hchangerep to point to the SDcard.

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Ready for you: WXShowroom.com, WXReplication (open source) and now WXEDM
(open source)

More information on http://www.fabriceharari.com

Thanks and regards

Gautam
Membre enregistré
67 messages
Posté le 25 avril 2017 - 08:14
Thanks Fabrice!

I wanted to make a backup of the database by copying the database and started the search for it but could not find it. Thanks for the explanation - makes sense.

Gautam