Forums
This topic is locked
Error 404 with DSN-Less connection
Posted 22 Jul 2002 22:30:40
1
has voted
22 Jul 2002 22:30:40 Brandon Henak posted:
Hello-I haven't been on in awhile but hello again to everyone. I'm developing on a mac and trying to connect to an Access 2000 and a dBase database on a remote NT 5.0 host while also using it for my testing server. Everytime I attempt to connect it connects to the host correctly but comes up with a "HTML 404 file not found testing server may not be running on the machine." Here are my connect scripts:
Access OLEDB and ODBC:
"PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE="d:/http_root/cmc/public_html/Heartscan.mdb"
"Driver={Microsoft Access Driver (*.mdb)}; DBQ=d:/http_root/cmc/public_html/Heartscan.mdb; DriverId=25; UID=admin;"
dBase:
"Driver={Microsoft dBase Driver (*.dbf)};DriverID=277; DBQ=d:/http_root/cmc/public_html/Schedule.dbf;"
Thank you for your time,
Brandon