Re: [PHP-DB] SQL Server Connect Issues

2003-11-03 Thread Frank M. Kromann
Hi Tom, What you need to get the instalation to work is these: php.exe (CGI version) php4ts.dll php_mssql.dll php.ini in the same directory. I know you can make many different combinations of files and directories but this minimum will work. You can aslo also add php4isapi.dll if you want to use

Re: [PHP-DB] SQL Server Connect Issues

2003-11-03 Thread Alain Barthélemy
It may of course not be a solution but personnally I installed Apache on port 8100 with PHP on W2000 and it works fine with MySQL and/or MsSQL. Just in case ... AB Le lundi 03 novembre 2003, 15:31:08 ou environ Thomas W. Gallup <[EMAIL PROTECTED]> a écrit: > First, I will admit that I am new to