Can't connect to MySql using Host name on Android
Posted: Thu 09 May 2019 15:42
I am passing the parameters in execution time
TMyConnection.Server:= 'Server';
In Windows works perfectly, but in Android work only if i use the IP Adress instead of Server name itself.
TMyConnection.Server:= 'Server';
In Windows works perfectly, but in Android work only if i use the IP Adress instead of Server name itself.