Database Editor ceated by Wizard - Can't edit record on SQL DB

B

Bakkies

I am using FP2003 to edit records on a SQL2000 DB.
The records are listed in the top Frame (list.asp) but in the bottom frame
(detail.asp) the following error messages is displayed even if I select a
record from list.asp to edit:
"Database Results Wizard Error
The operation failed. If this continues, please contact your server
administrator."
 
K

Kathleen Anderson [MVP - FrontPage]

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/
 
D

DJK

I had this problem and fixed it by changing the key field in the database to
autonumber.
 

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