PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Location of HyperfileSQL DB in Android?
Location of HyperfileSQL DB in Android?
Iniciado por Gautam, abr., 24 2017 3:26 PM - 2 respostas
Membro registado
67 mensagems
Publicado em abril, 24 2017 - 3:26 PM
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
Publicado em abril, 24 2017 - 3:42 PM
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
Membro registado
67 mensagems
Publicado em abril, 25 2017 - 8:14 AM
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