PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Windev and Webdev accesing same HFCS tables?
Windev and Webdev accesing same HFCS tables?
Iniciado por guest, 25,sep. 2015 20:50 - 2 respuestas
Publicado el 25,septiembre 2015 - 20:50
Hi guys, I am developing a Webdev app and I need to access and update some tables with Windev also, I hope it is as easy as having the same connection for Webdev and Windev, but if I am wrong please give me a hand or some example code.

Thanks in advance
Publicado el 25,septiembre 2015 - 20:57
Hi Diego

if the web server and the local network server are the same machine or on the same network, then it's as easy as using the same connexion code.

If you need to HOST your web server outside, then it's much more fun that that

Best regards
Publicado el 25,septiembre 2015 - 21:15
Hi Fabrice, thanks for your answer

What should I do to have that much fun? :)