i'm trying to connect to remote server , from my desktop pc
i'm using php 5 win xp apache 2.2 AppServ and trying to connect to remote server OS :windows server 2003 & Microsoft SQL SERVER 2000 ...
In my local computer with Microsoft SQL Server 2005 it's ok i can connect .
but in remote to MSSQL 2000 i could not i get the error Login failed for user '(test)' i update the ntwdblib.dll i enabled the the services i enabled the extension:mssql but no way i couldn establish the connection bettwen my pc and server with PHP :S:S:S ...
...
$con = mssql_connect ('sa','test','test') or die ("Wrond");
mssql_select_db('database1', $con);
..
where do u think the problem is .???
thnx in adv.

New Topic/Question
Reply



MultiQuote






|