PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV Mobile 2024 → SQLConnectWS accessing remote ODBC
SQLConnectWS accessing remote ODBC
Débuté par Jacques Leonel Bica, 27 jan. 2015 13:09 - Aucune réponse
Posté le 27 janvier 2015 - 13:09
Hi guys,

I have a server with Firebird ODBC working fine.
I can access it by tablet (WMobile) using that connection in LAN (internal network):

nCon is int = SQLConnectWS("http://10.1.1.5","AdmSQL","SYSDBA","123456","s1:/dados/data.fdb",hODBC)

Where:

"10.1.1.5" = LAN IP Server
"AdmSQL" = ODBC Data Source
"SYSDBA" = Firebird user name
"123456" = Firebird user password
"s1:/dados/data.fdb" = Firebird database

But, I can not access it through a WAN connection using remote 3G for example.

Please, anyone tell me what parameter I must use istead of "http://10.1.1.5" to access the webservice in the remote server.

Thank you.

JB