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."

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

Kathleen
Tue Jul 19 11:12:08 CDT 2005

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/




"Bakkies" <Bakkies@discussions.microsoft.com> wrote in message
news:FFD5FE60-89CC-4927-919B-D7359FECB995@microsoft.com...
>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."
>



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

djkaiser
Fri Sep 16 15:20:03 CDT 2005

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


"Kathleen Anderson [MVP - FrontPage]" wrote:

> 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/
>
>
>
>
> "Bakkies" <Bakkies@discussions.microsoft.com> wrote in message
> news:FFD5FE60-89CC-4927-919B-D7359FECB995@microsoft.com...
> >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."
> >
>
>
>