|
Database connection not supported by current version of WDJava |
Iniciado por Patience.ayeni4real, ago., 17 2020 11:57 AM - 2 respostas |
| |
| | | |
|
| |
Publicado em agosto, 17 2020 - 11:57 AM |

Please how can the issue above be resolved? |
| |
| |
| | | |
|
| | |
| |
Publicado em agosto, 24 2020 - 5:03 PM |
I have the same problem. Have you solved??
I try connect SQL server BD , in the desktop no problem, but when transfer the apk in my mobile this error occurs
Thanks |
| |
| |
| | | |
|
| | |
| |
Publicado em agosto, 24 2020 - 8:00 PM |
as clearly stated in the help, the DB supported on android are: - local SQLLITE and HF Classic - remote HF Client/Server
as you are trying to access ANOTHER type of remote DB, you are getting this error.
So...there is no DIRECT solution, but different workaround: 1. switch to LOCAL DB (HF) and use a replication system (either pcsoft built in, or open source wxreplication, or your own)... this is the best solution to have a ROBUST mobile app OR 2. switch the remote DB to HF C/S OR 3. keep the other type of DB, but use a webservice to access it (you can write your own or use the system built in by pcsoft and described in the help) |
| |
| |
| | | |
|
| | | | |
| | |
|