View Single Post
Old 05-15-2003, 04:08 PM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
connecting to ms sql2000 through php

i try a simple connect script:
PHP Code:
<?
if(msql_connect("localhost"))
{
  echo 
"success";
}
else
{
  echo 
"failed";
}
?>
i get this error in the browser:
Code:
failedLoad of C:\WINDOWS\System32\msql.conf failed
the only instructions that php has is copying msql.dll to the system32 directory.

there is no file in the system or win binaries for php named msql.conf .. anyone had any success with this?

xp pro
apache 1.3
php 4.3
ms sql 2000
__________________
Mike
sde is offline   Reply With Quote