PC SOFT

GRUPOS DE DISCUSSÃO PROFISSIONAL
WINDEVWEBDEV e WINDEV Mobile

Inicio → WINDEV Mobile 2024 → Project Advice
Project Advice
Iniciado por LANCE, ago., 18 2011 11:34 AM - 2 respostas
Membro registado
3 mensagems
Publicado em agosto, 18 2011 - 11:34 AM
hello,

Creating a project with Android (Windev Mobile 16) and Webdev 16, have them both working seperatley ok, can anyone advise me how the two databases can communicate with each other (basically would like to sync the sqlite database with HyperFileSQL).

many thanks

lance
Publicado em agosto, 18 2011 - 5:16 PM
Hi Lance

the easiest way, IMHO is to use httprequest on the mobile side, and an
awp page with no control, just code to get the parameter sent int he
httprequest and manage them... You can this way create a
'RemoteHreadSeek' or any other fonction

Best regards

--
Fabrice Harari
International WinDev, WebDev, WinDev Mobile consulting
http://www.fabriceharari.com


On 18/08/2011 04:48, LANCE wrote:
hello,

Creating a project with Android (Windev Mobile 16) and Webdev 16, have them both working seperatley ok, can anyone advise me how the two databases can communicate with each other (basically would like to sync the sqlite database with HyperFileSQL).

many thanks

lance
Membro registado
3 mensagems
Publicado em agosto, 19 2011 - 12:00 PM
hello Fabrice,

I have actually done it using FTP, it's not been easy! I will def take a look at you way though, so many thanks.

Lance