Hi Guys,
Am having some serious grief here trying to connect to a visual foxpro database... Does anyone know what needs to happen to get this to work.
I've found lots of stuff about adodb.dll so I put this is the C:\php\ext file, added the extension=adodb.dll to the php.ini file... doesn't seem to be able to load it up, mebe need a special version??... also have tried using
$db = dbase_open('tsm\EMPLOY.dbf', 2);
and get this error
Warning: dbase_open() [function.dbase-open]: unable to open database tsm\EMPLOY.dbf in C:\webroot\open.php on line 4
Am running IIS, PHP5 and there is a visual foxpro database on here I just can't connect to... 🙁
Any help would be awesome, thanks guys!