Hi
I am testing a web site on my PC: WinXP, SQL 2k, PHP5, Apache 2.
Connecting to local database using the mssql commands is working 100%, trying to get to a remote user is an issue...
The remote is Win XP, SQL 2k.
I have read the other posts about changing the remote user to SQL Authentication, done that, same problem.
I have tried ODBC, same problem...
Either I get the "SQL Server does not exist or access denied., SQL state 08001 in SQLConnect " error, or the
"Data source name not found and no default driver specified" or some other errors...
I have tried various methods of connecting to the db, various lines of code, but the errors seem to all be the same.
Is there a special user that I need to create on the SQL server side? I am trying to log in with the "sa" users, so I know that is not the problem. The password is 100% correct (it is empty).
Please help, and thank you in advance.
Atron Seige