PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Android/IOS Native App
Android/IOS Native App
Débuté par Clive, 05 mar. 2020 13:01 - 1 réponse
Posté le 05 mars 2020 - 13:01
Apoligies if this has been covered somwhere before. I have an android app developed in Android Studio using Java. How can i connect this to my HFSql database.

Thanks in advance
Posté le 05 mars 2020 - 14:48
if the DB is local (on the device) you can't, as it is stored in the hidden directory of the app owning it.
If it is client server, as there is no driver for it for mobile, you will have to code and use a webservice to access it. An awp page made in webdev is enough for that. You have an example of such a technique in the open source WXReplication created by Fabrice Harari.