PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → SQLConnectWS ODBC
SQLConnectWS ODBC
Iniciado por jacques.bica, 27,ene. 2015 15:34 - No hay respuesta
Publicado el 27,enero 2015 - 15:34
Hi guys,

I have a server with Firebird ODBC working fine.
I can access it using connection below 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