>mssql_connect() establishes a connection to a MS SQL server. The
>servername argument has to be a valid servername that is defined in the
>'interfaces' file. <-- this is what i am referring too
 
This is my connection string

MSSQL_CONNECT("192.168.10.1 2461",$username,$password) or DIE("DATABASE 
FAILED TO RESPOND.");

Attemping to use an interfaces file have been unsuccessful.

I'm still baffled that there isn't a way to specify the port in the connection
sting.

Thanks for your help


__________________________________________________
Do you Yahoo!?
U2 on LAUNCH - Exclusive greatest hits videos
http://launch.yahoo.com/u2

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to