Why this code does not work (There is not conection)
- Code: Select all Expand view
FWCONNECT oCn HOST "localhost" USER "root" PASSWORD "secret" DB "AppSap"
But this one yes (There is conection)
- Code: Select all Expand view
FWCONNECT oCn HOST "192.178.100.3" USER "root" PASSWORD "secret" DB "AppSap"
The only diference is the host name.
Regards