Possible Duplicate:
Cannot connect to SQL SERVER 2000
I am using php 5.3.1 to connect to my SQL SERVER 2000 on remote machine. I use Windows XP.
On using simple program like this:
$conn = mssql_connect("VBNET","sa","anythinghere") or die ( 'Can not connect to server' );
I get following error:
Warning: mssql_connect() [function.mssql-connect]: message: Login failed for user ‘sa’. Reason: Not associated with a trusted SQL Server connection. (severity 14) in C:\wamp\www\Mssql\test.php on line 8
Warning: mssql_connect() [function.mssql-connect]: Unable to connect to server: VBNET in C:\wamp\www\Mssql\test.php on line 8
Can not connect to server
I enabled TCP/IP and named pipes in my SQL SERVER and restarted it. Also its Authentication is set to Mixed Mode Authentication. So what am I missing here ?
Thanks in advance.
EDIT This question was first about SQL SERVER 2008 but later it was brought to my knowledge that it was SQL SERVER 2000. Forgive me for my ignorance but the problem still exists. So please give me suggestions.
http://support.microsoft.com/kb/889615