Anyone can explain to me why when we use mssql_connect to connect directly
to MSSQL server

mssql_connect ('192.168.0.15:1433' , 'username' , 'password')

it still not communicating thru port 1433 , but it use 445 and some others
protocols ...
And actually I have no idea WHY!!!

Because there is a firewall in the network between the Linux and the SQL
server.. and it only allowed TCP port 1433,


Nabil Attar
Advanced Web Solutions


/***
Everyone is a beginner once, and no one is an expert at everything.
***/




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

Reply via email to