PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Project Advice
Project Advice
Débuté par LANCE, 18 aoû. 2011 11:34 - 2 réponses
Membre enregistré
3 messages
Posté le 18 août 2011 - 11:34
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
Posté le 18 août 2011 - 17:16
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
Membre enregistré
3 messages
Posté le 19 août 2011 - 12:00
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