Database results problem

S

Steve Grosz

This is the error I'm getting:
Database Results Wizard Error
The operation failed. If this continues, please contact your server
administrator

I have the results set up on a seperate page (just for the results). There
is no information in the database at the moment, could that be causing the
problem?

Thanks.
 
T

Thomas A. Rowe

If you have no data, what do you expect to be returned as results?

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
S

Steve Grosz

I would have thought that it would at least say there are no records, but I
wasn't expecting an error.

Steve
 
T

Thomas A. Rowe

You have to pass a value to the database query, which if no record exist
should return error message indicating no records.

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
S

Steve Grosz

I actually put information in the database, and I'm still getting the same
error message.

Do I need to have it use a query, or will it just display all the
information in the database?

Steve
 
T

Thomas A. Rowe

You have to query the database.

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
G

grw

Open the fpdbrgn1.inc file (hidden folder) and set

fp_DEBUG = true

Reopen the DRW page to see a truer error
 
M

MD WebsUnlimited.com

Hi Steve,

If you're using the DRW it will should return the No Records (default) or
the verbiage that was supplied when using the wizard.

Is it failing when creating the DRW page or when using the page that was
created?
 
S

Steve Grosz

Its failing when the DRW page is actually displayed once it has been
published.

Steve
 
Top