Hi all!
I searched the whole Database-Forum, but I didn't found anybody, who has the same problem.
I use the IIS 5.0 and the MS SQL-Server 7.0 with SP1 on a Windows 2000 Adv. Server.
The php_mssql.dll is properly linked.
Normal PHP-Code is interpreted correctly!
But when I try to access a database:
<?
$con = mssql_connect($server,$user,$pw);
?>
I get the following error-window:
"unknown has produced an error an is to be closed" (the original errormessage is in
German)
And the IIS returns a CGI-Error.
Anybody got an idea, what this could be??
Thanks in advance!
Bye - FG