Database results problem

  • Thread starter Thread starter Steve Grosz
  • Start date Start date
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.
 
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.
==============================================
 
I would have thought that it would at least say there are no records, but I
wasn't expecting an error.

Steve
 
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.
==============================================
 
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
 
You have to query the database.

--

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

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Open the fpdbrgn1.inc file (hidden folder) and set

fp_DEBUG = true

Reopen the DRW page to see a truer error
 
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?
 

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

Back
Top