Re: [PHP-WIN] PHP connecting to MSSQL

2009-03-31 Thread Sascha Meyer
Hi Alf, I just installed MSDE on my PC and I could connect locally with a trusted connection, using shared memory Net-Library. When connecting using hostname and port, the connection failed, because the server was not listening on port 1433. this will resolve your problem: if you install MSD

Re: [PHP-WIN] PHP connecting to MSSQL

2009-03-31 Thread Alf Stockton
Sascha Meyer wrote: Hi Alf, your local SQL Server is probably listening on another port ... perhaps you could try the following in a DOS prompt: netstat and netstat -n The first should give you all open local ports with descriptions to the port if a default port was used. The second will

Re: [PHP-WIN] PHP connecting to MSSQL

2009-03-31 Thread Baboucarr Sanneh
In your mssql_connect statement try putting the port number of the sql server in there --- Aynt perfect but cloze 2 it.. --- -- From: "Alf Stockton" Sent: Mond

Re: [PHP-WIN] PHP connecting to MSSQL

2009-03-31 Thread Baboucarr Sanneh
In your mssql_connect statement try putting the port number of the sql server in there --- Aynt perfect but cloze 2 it.. --- -- From: "Alf Stockton" Sent: Mond

Re: [PHP-WIN] PHP connecting to MSSQL

2009-03-31 Thread Baboucarr Sanneh
In your mssql_connect statement put the port number of the server to (I.e 1433 if it is left to default) --- Aynt perfect but cloze 2 it.. --- -- From: "Alf St

Re: [PHP-WIN] PHP connecting to MSSQL

2009-03-31 Thread Baboucarr Sanneh
In your mssql_connect statement put the port number of the server to (I.e 1433 if it is left to default) --- Aynt perfect but cloze 2 it.. --- -- From: "Alf St

Re: [PHP-WIN] PHP connecting to MSSQL

2009-03-31 Thread Baboucarr Sanneh
Alf you can also check the Server network utility from the From the sql server installed and check the properties of the TCP/IP to see the port number for the mssql server. Well the default is 1433 ... --- Aynt perfect but cloze 2 it.. -