using with access

C

ChrisCarlson

I used the wizards to connect to a database(to create the
database connection as well as the display) inside the
same web as the page that is calling it; however when I
open that page with Internet Explorer I get the following
error:
Database Results Error
The database connection named 'chris' is undefined.

This problem can occur if:
* the connection has been removed from the web
* the file 'global.asa' is missing or contains errors
* the root folder does not have Scripting permissions
enabled
* the web is not marked as an Application Root

-When I test the connection in frontpage, it is good.
-The global.asa was created, but I don't know how to see
if it has errors.
-not sure how to check the scripting permissions of the
root folder
-Don't know how to mark the web as an application root.

I am using office2002 with winXP.

Any thoughts would be appreciated
 
Top