Hi,

>I need to access my MS-SQL-Sever V7.0. In a lot of messages I the extension
>php_mssql70.dll is mentioned, but the latest release of php is shipped with
>php_mssql.dll instead. Is that okay ?

it's the same, just try to check your php.ini [extensions] block, to reflect the
exact name of your dll.

>The use of the mssql_open() function fails every time and my firewall log
>doesn't show any access at all on port 1433 (neither a deny not an allow).
>How does the mssql_open() function tries to establish the link ? Via TCP/IP
>on port 1433 ? Do I have to add the port information to the hostname by
>myself ?

this is configured at the web server, at control panel, 
ODBC settings, looking at client configuration. That's where you 
establish access to "mysqlserver" via tcp/ip, named pipes, and so on.
Usually you have "Named Pipes" by default towards some server,
and php just tries to use that system-wide setting.

Greetings,

F.J. Ortiz

10/19/01 9:55:21 AM, "Thorsten Hock" <[EMAIL PROTECTED]> wrote:

>Hi !
>
>I need to access my MS-SQL-Sever V7.0. In a lot of messages I the extension
>php_mssql70.dll is mentioned, but the latest release of php is shipped with
>php_mssql.dll instead. Is that okay ?
>
>The use of the mssql_open() function fails every time and my firewall log
>doesn't show any access at all on port 1433 (neither a deny not an allow).
>How does the mssql_open() function tries to establish the link ? Via TCP/IP
>on port 1433 ? Do I have to add the port information to the hostname by
>myself ?
>
>I really would appreciate any help or hint on this topic.
>
>Thorsten Hock
>([EMAIL PROTECTED])
>
>
>
>
>
>-- 
>PHP Database Mailing List (http://www.php.net/)
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>

___________________________________
Francisco Javier Ortiz Torre
ComuNET,S.A.
mailto:[EMAIL PROTECTED]

ComuNET, S.A
Gral. Concha 39,6º
48012 Bilbao España
Tel: +34 944 700 101 
Fax: +34 944 700 185 
http://www.comunet.es
___________________________________



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to