This is a discussion on "Microsoft JET Database Engine path error" within the Databases section. This forum, and the thread "Microsoft JET Database Engine path error are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Microsoft JET Database Engine path error
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
Microsoft JET Database Engine path error
Hi all, my boss has asked me to see if i can update our website, it is done in asp and access, basically i have put it on a test server but everytime i keep trying to view the admin and products page and i keep getting
Error Type: Microsoft JET Database Engine (0x80004005) 'W:\webs\Hosted_Sites\www.towelrails2go.com\databa se\towelrails2go.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. /www/products2.asp, line 41 Browser Type: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1) Page: GET /www/products2.asp would anyone know which file i need to edit to change the path of the database from 'W:\webs\Hosted_Sites\www.towelrails2go.com\databa se\towelrails2go.mdb' to '..\database\towelrails2go.mdb' |
|
|
|
#2
|
|||
|
|||
|
Re: Microsoft JET Database Engine path error
Depends how it was set up I believe (I've never really used asp, just the .net variety)... I'd check out your web.config file though...
|
|
#3
|
||||
|
||||
|
Re: Microsoft JET Database Engine path error
basically, the database driver cannot find the database file.
either, it's not in this folder: W:\webs\Hosted_Sites\www.towelrails2go.com\database\ OR, it's not called: towelrails2go.mdb also, you had a space in the file path: databa se\ I'm not sure if that was just an error on your post or in your application. Either way, you should use Server.MapPath(VIRTUAL_PATH_TO_DATABASE) to avoid these errors To fix this, start by looking at the /www/products2.asp file on line 41.
Last Blog Entry: Random String in Javascript (Apr 21st, 2008)
|
|
#4
|
||||
|
||||
|
Re: Microsoft JET Database Engine path error
thanks alot for the advice i will see what i can do toda hopefully i will have it working today
|
![]() |
| Tags |
| error path |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [SOLVED] Getting the "Microsoft JET Database Engine error '80040e14'" error. | VegaLA | Classic ASP | 3 | Jan 26th, 2008 00:12 |
| Microsoft Access Database Help? | crackafaza | Databases | 10 | Dec 7th, 2007 04:04 |
| Another strange microsoft error | Daniel | Webforumz Cafe | 9 | Oct 25th, 2007 13:59 |
| Keep getting error message Microsoft VBScript runtime error '800a01a8' | cpando1974 | Classic ASP | 2 | Aug 7th, 2007 12:00 |
| uploading multiple files path in the database | franknu | PHP Forum | 4 | Jan 23rd, 2007 15:37 |