I am receiving this error message when trying to connect to my MSSQL Server via Linux. I have installed FreeTDS. Everything appears to be set up correctly.
The error appears on line:
$connect = mssql_connect("Customer" , "<username>" , "<password>")
or die( "<strong>ERROR: Connection to Customer failed</strong>" );
Thank you,
Geoff Clark