Hello,
You should add a section to your freetds.conf file that looks something
like this:
[MyHost]
host = 192.168.55.3
port = 1433
tds version = 8.0
And they set $dbhost = "MyHost"; in your php script.
- Frank
> Hello,
>
> I have a Linux server that's running P
Hello,
I have a Linux server that's running PHP 4.4.0 and 5.2.0 along with FreeTDS
0.64
I am trying to connect to a MS SQL Server 2005 with PHP and I encounter a
problem. Here is the php script content:
$dbhost = "192.168.55.3:1433";
$dbuser = "sa";
$dbpass = "samepa