RE: [PHP] Having problems connecting to MS SQL2000 server on PHP5

2005-05-02 Thread Nathan Tobik
Hi, We run PHP with SQL server no problems here. You never mentioned it so I thought I would, if you're running on Linux you need the FreeTDS library installed on the machine. If you are running on Windows you need the SQL Server client tools installed on the machine that PHP is on.

Re: [PHP] Having problems connecting to MS SQL2000 server on PHP5

2005-04-29 Thread Mike Smith
Check your php.ini. It seems you are running this on Windows w/Apache. Make sure php_mssql.dll (or php_mssql.so if you are on Linux) is NOT commented out. Also, I think you'll need a SQL account. Is the SQL Server in mixed mode or Windows authentication? Look in Enterprise MAnager or the registry