Using added table

K

kyleq

I have added a new table to a database that I have been using. I created a
new page to display that table using the Database Results wizard. It allowed
me to select the new table and created the page with SQL referencing it.
However, when I publish the page and try to access the table I get an error
that says “Database Results Wizard Error The operation failed. If this
continues, please contact your server administrator. Well, I’m the
administrator and I don’t know why this is happening. Can you help.
 
K

Kathleen Anderson [MVP - FrontPage]

Assuming you are using FrontPage 2003, try this:

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



--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
 
K

kyleq

Thanks. That helped.

Kathleen Anderson said:
Assuming you are using FrontPage 2003, try this:

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



--

~ Kathleen Anderson
Microsoft MVP - FrontPage
Spider Web Woman Designs
web: http://www.spiderwebwoman.com/resources/
 

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