Hello, I created a vpn to connect my iphone / Ipad to my network.
Now I want query to the database (Microsoft SQL server), but when I try to connect I get this error "Network error IOException: Could not create socket"
What can I do?
Help get this topic noticed by sharing it on
Twitter,
Facebook, or email.


Network error IOException: Could not create socket sqlserver
-
-
-
This often happens because you are either not connected to the same network as the machine running the database, or you are specifying a host name that cannot be resolved for some reason. If you enter the machine's IP address instead of the host name, that sometimes solves the problem.
-
-
I have exactly the same problem. Still have not figured it out.
-