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.

Re: Using added table by Kathleen

Kathleen
Fri Jun 16 14:17:09 CDT 2006

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/


"kyleq" <kyleq@discussions.microsoft.com> wrote in message
news:3E62B961-8E40-48B5-893A-A25AA71F7FE9@microsoft.com...
>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.
>



Re: Using added table by kyleq

kyleq
Sat Jun 17 14:20:01 CDT 2006

Thanks. That helped.

"Kathleen Anderson [MVP - FrontPage]" wrote:

> 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/
>
>
> "kyleq" <kyleq@discussions.microsoft.com> wrote in message
> news:3E62B961-8E40-48B5-893A-A25AA71F7FE9@microsoft.com...
> >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.
> >
>
>
>