Database Results Wizard Error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using FrontPage 2003. I get and error message that says the following:
Database Results Wizard Error. Please contact your... when I am trying ot
update information on my page. Others that are working with me believe that
we need a default query for at least one field in the form. I need to know if
this is acurate. Can anyone help me?
-Tassia
 
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
 
Back
Top