ID: 15422 Updated by: [EMAIL PROTECTED] -Summary: mssql_connect fails with username "\" Reported By: [EMAIL PROTECTED] Status: Open Bug Type: MSSQL related Operating System: NT4 PHP Version: 4.0.6 New Comment:
Of course the username is not actually "\" but "intranetUser" Previous Comments: ------------------------------------------------------------------------ [2002-02-07 04:57:59] [EMAIL PROTECTED] When trying to connect to a MS SQL Server 7 on the same machine using $linkId = mssql_connect($SqlHost,$SqlUser,$SqlPass) I get the following error: Warning: MS SQL message: Login failed for user '\'. (severity 14) in ... on line ... I have tried to replace the variables with literals, changed the username/password settings in the DB to "" but still get the same message over an over. I use PHP4.0.6 on NT4 with Apache over CGI. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15422&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php