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.
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.