PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → WD mobile 20 and Android
WD mobile 20 and Android
Iniciado por guest, 23,feb. 2016 19:10 - 2 respuestas
Publicado el 23,febrero 2016 - 19:10
Hi,
If you don't have any code in the Project code:
where does the "test" of a Android application save/retrieve/expect its HF Classic database files ?
same question when running the test through the Android SDK emulator.

Steven Sitas
Publicado el 24,febrero 2016 - 17:17
Hi

if you don't have any code, and there is no connection defined in the analysis, and nothing defined in the project options, the DB is in the exe directory (ie HIDDEN/PROTECTED).

In test mode, it should be in the EXE directory.

Best regards
Publicado el 28,febrero 2016 - 10:22
Hi,
thanks for the info.
Seems like the "Automatically create date files if not found ..." in the project description, has NO effect in WM 20 - so I couldn't see the files.
Using HCreationIfNotFound() in the project code did the trick ...

Steven Sitas