FP2003 Data Interface

G

Greg

I have tried to set up a database to work with a FP2003
web site on a MS 2003 etterprise server. I can get teh
results page to work but it will not allow for data entry
in to the access db file. I constantly get the "Database
Results Wizard Error". I have set the site to have
relitive paths and the submission and database editor
pages come up but show the error. I even went to the
Microsoft site and did the complete how to page "How to
Use an Existing Database with the Database Interface
Wizard in FrontPage 2003" using the nortwind example and
I get the same error. Any help would be appreciated. I
am trying to set up a simple site for a school to post
homework assignments.

Thank you,

Greg.
 
K

Kathleen Anderson [MVP - FP]

The FP2003 code has changed slightly. To see the true error, open the hidden
folder /_fpclass/ and edit the fpdbrgn1.inc file

At about line 19, change :

fp_DEBUG = False

to :

fp_DEBUG = True
 
G

Guest

I have do this and now get:
atabase Results Wizard Error
The database connection named 'Sample' 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


I did go to Tools> Site Setting and verify the database
and got the green check. sorry but I am still lost. As
you can see it is the sample database from microsoft...

Thank you,

Greg.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top