Database Results Wizard Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I receive the following message when accessing my Books By Title database
"Database Results Wizard Error
'e:\kunden\homepages\30\d103689315\speer library\fpdb\booksbytitle.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.".

My database is in the "fpdb" directory not "speer library\fpdb". There is a
"speer library" directory but it is where the BooksByTitleDB.asp file is
stored.

Apparently somehow "speer library" is added to the path. I have looked in
the global.asa file finding the correct path
{Application("BooksByTitle_ConnectionString") = "DRIVER={Microsoft Access
Driver (*.mdb)};DBQ=URL=fpdb/BooksByTitle.mdb"}.

Please advise.
 
Are you sure your web host support the use of Access as a data source?

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
The web host is 1&1 and yes they support Access as a data source. Also, this
page and database was working yesterday and, without any change on my part,
is not working today. Further, the same page and database works on my local
system.

Doug Speer
 
Ask the host to stop and restart your site.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top