Re: [PHP-WIN] PHP 4/MS Sql Server

2001-12-04 Thread Frank M. Kromann
Hi, If your MS SQL Client is configured to use a non TCP/IP protocol as the default protocol you cant connect using ip addresses. If it uses Named Pipes you have to use the netbios name of the server or ask your ISP to configure a client connection for you, using a name (that you then use as f

[PHP-WIN] PHP 4/MS Sql Server

2001-12-03 Thread Louis Romestant
I've been doing this: , , ); mssql_select_db( , $cn); ?> And it works like a dream on servers over which I have control. My ISP supports PHP4 (on Windows) and Ms Sql Server. They setup a db for me which I can connect to using Enterprise Manager. No matter how I cast mssql_connect(), thought,