I am attempting to udate an Access database using instruction found in
Microsoft Knowledgebase article 240090.

Page that allows for update information to be entered works fine. When I
submit, I recive a Database Results Wizard Error stating only that the
operation failed.

Custom SQL statement is as suggested in article. I have had no problems
creating forms that allow adding records to database.

Please help if you can!

Re: Seeking help with error when updating Access database by Kathleen

Kathleen
Sat May 10 17:58:28 CDT 2008

If you are using FrontPage 2003,

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
Expression Web Resources: http://www.spiderwebwoman.com/xweb/
FrontPage Resources: http://www.spiderwebwoman.com/resources/
Please reply to the newsgroup for the benefit of others


"William McFarland" <WilliamMcFarland@discussions.microsoft.com> wrote in
message news:97497D44-F3D3-43D8-BD08-FDB91965B923@microsoft.com...
>I am attempting to udate an Access database using instruction found in
> Microsoft Knowledgebase article 240090.
>
> Page that allows for update information to be entered works fine. When I
> submit, I recive a Database Results Wizard Error stating only that the
> operation failed.
>
> Custom SQL statement is as suggested in article. I have had no problems
> creating forms that allow adding records to database.
>
> Please help if you can!



RE: Seeking help with error when updating Access database by WilliamMcFarland

WilliamMcFarland
Sun May 11 11:29:00 CDT 2008

Thanks for the error message help, maybe it will guide me to an answer. Still
looking for possible fixes!

"William McFarland" wrote:

> I am attempting to udate an Access database using instruction found in
> Microsoft Knowledgebase article 240090.
>
> Page that allows for update information to be entered works fine. When I
> submit, I recive a Database Results Wizard Error stating only that the
> operation failed.
>
> Custom SQL statement is as suggested in article. I have had no problems
> creating forms that allow adding records to database.
>
> Please help if you can!