PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → Change port on SQLConnectWS server
Change port on SQLConnectWS server
Débuté par Giovanni Carella, 21 déc. 2016 18:14 - Aucune réponse
Posté le 21 décembre 2016 - 18:14
Hi,
I have WinDev Mobile 21 and i try to use SQLConnectWS.
I have apache webservice on my server and the poort forwarding on port 80.
I have the ability to change the port for remote connection.
for example:
SQLConnectWS("http://XXX.XXX.XXX.XXX:81","XXX.XXX.XXX.XXX","user","psw","db","MySQL")