Issue Connecting To Gearhost Database
I'm trying to connect with C# code to a SQL Server database hosted on gear host using the System.Data.SqlClient library, but it doesn't work, I get an error 'Server does not exist
Solution 1:
when removing the port it works ,obviously the database in gear host doesn't use a port
Post a Comment for "Issue Connecting To Gearhost Database"