|
Iniciado por clive.connolly, mar., 05 2020 1:01 PM - 1 resposta |
| |
| | | |
|
| |
Publicado em março, 05 2020 - 1:01 PM |
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 |
| |
| |
| | | |
|
| | |
| |
Publicado em março, 05 2020 - 2:48 PM |
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. |
| |
| |
| | | |
|
| | | | |
| | |
|