View Single Post
  #3 (permalink)  
Old Jan 24th, 2007, 14:32
spinal007's Avatar
spinal007 spinal007 is offline
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 22
Posts: 1,620
Blog Entries: 1
Thanks: 0
Thanked 2 Times in 2 Posts
Send a message via ICQ to spinal007 Send a message via MSN to spinal007 Send a message via Yahoo to spinal007 Send a message via Skype™ to spinal007
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.
Reply With Quote