PDA

View Full Version : Path incorrect at free hosting server


whyiswyh
04-12-2009, 07:01 AM
I got this error when I tried my database:
Microsoft JET Database Engine error '80004005'

'\\172.16.0.2\www18\angelseye\content\database\Database_L2K3.mdb' is not a valid path. Make sure that the path name is spelled correctly and that you are connected to the server on which the file resides.

/_____18_/angelseye/includes/dbconn.asp, line 4

The right path should be:

'\\172.16.0.2\www18\angelseye\database\Database_L2K3.mdb'

How to declare the path correctly via coding?

Roelf
04-22-2009, 02:20 PM
This is no database error, but an asp error. Can you post some code where you set the path to the database and access it?