Re: [PHP-DB] PHP - MsSQL - "DB error connect failed"

2004-01-21 Thread Alain Barthélemy
Le Wednesday 21 January 2004, 12:54:18 ou environ Robert Twitty <[EMAIL PROTECTED]> a écrit: Hi again Bob, It was about 13h00 (13 pm) when you sent this mail and about 8 pm here. Thus give me time to go back to work tomorrow morning and to study the question. If interested I contact again. Good

[PHP-DB] PHP - MsSQL - "DB error connect failed"

2004-01-21 Thread Alain Barthélemy
It is not directly PHP but it is Db with PHP/Linux Linux 2.4.19-4GB Apache: httpd-2.0.48 php-4.3.4 freetds-0.61.2 I have php pages to connect to MsSQL-2000 server $conn = mssql_connect($server, $user, $pass) or die ""; or (PEAR:Db) $dsn = "mssql://$user:[EMAIL PROTECTED]/$dbname";