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?
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?
Comment