From: [EMAIL PROTECTED] Operating system: NT4 PHP version: 4.0.6 PHP Bug Type: MSSQL related Bug description: mssql_connect fails with username "\"
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 bug report at http://bugs.php.net/?id=15422&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15422&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15422&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15422&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15422&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15422&r=support Expected behavior: http://bugs.php.net/fix.php?id=15422&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15422&r=notenoughinfo -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php