ASP help

Soldato
Joined
28 Sep 2003
Posts
10,414
Location
London
a friend has asked if i can help with an ASP problem he is having, but i cant so i thought id ask here if there was a simple answer to the problem.

any help much appreciated. here is what he sent me..



Error: I am trying to connect to my web host database, but I am getting
> this
> error message when I try to login to it; Microsoft JET Database Engine
> error
> '80004005'
>
> Could not find file
> 'e:\domains\v\vaceli.com\user\htdocs\customers\output\customers.mdb'.
>
> /customers/output/include/dbcommon.asp, line 113
>
> The line of code that it is refering to is the one with asterisks(*).
>
> function db_connect()
> set dbConnection = server.CreateObject("ADODB.Connection")
> dbConnection.ConnectionString = strConnection
> dbConnection.Open ************
> end function
>
> However, when I run it on my localhost every thing works fine.
 
His path to the DB is wrong somewhere. Why is the error returning a space between output and then the page that is erroring has no space between output?
 
Permissions on the database correct? remember it'll have to be ASP user and IIS user that needs propper permissions not just him.

Im guessing thats a mapped drive? 'e' ? if so has he got it mapped to the same letter?
 
Back
Top Bottom