Home > ASP Development > Microsoft JET Database Engine error '80004005'

Microsoft JET Database Engine error '80004005'



I'm kinda new to using asp as a programming language. I am currently trying to configure a web site

[ http://www.anodynecoffee.com ]

and I keep recieving this error:



Microsoft JET Database Engine error '80004005'



'D:\hsphere\local\anodyne\anodynecoffee.com\data\a nodyne.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.



/includes/database.asp, line 10



Now I know this should mean that I don't have my path setup right, but I have tried and tried .... maybe it's something else! Can anyone help?





Thanks

    
Guest


Try making the path relative to where your source files are: So if you have your DB in a folder named Data then: "Data\myDatabase.mdb"



Good luck!

Was this answer helpful ? Yes No   
Guest


It may be you need to give the IIS user account permissions to your database folder.

Was this answer helpful ? Yes No   
Guest


Got any tips on how I can do that?

Was this answer helpful ? Yes No   
Guest


Quote:
Originally Posted by 00webman
Got any tips on how I can do that?




Do you host your own web site or do you go through another host? If you go through another host look for online documentation on changing permissions. If you are hosting your site yourself, open the IIS Manager and go through there to set permissions.

Was this answer helpful ? Yes No   
Guest


Should look something like this:

Was this answer helpful ? Yes No   
Guest
 
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved