Database editor does not change data in the database.

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

Guest

Every time I use the FP editor and type data revisions into the edit.asp
page, no changes actually take place. I always get the following message.

Database Results Wizard Error
The operation failed. If this continues, please contact your server
administrator.

I can delete records from the database all day long but I can't change any
of them.

Is this a FP problem or ISP problem?
 
Based on your thread "FP won't let me insert code in code view", does
your SQL statement have reserved words as field names, such as
Timestamp? These should be placed in square brackets. I think FP
sometimes surrounds such fields with quotes which won't do the trick.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp

FrontPage Support: http://www.frontpagemvps.com/
 
Yes I am using FP2003. I was not sure if I had downloaded all updates so
today I downloaded service packs 1, 2 & others and ran them just to make
sure. I got a message "Already Updated or something like that for each one.
Any other suggestions?
 
I just had this problem as I had named one of the fields in my database as
Date and could not update any of my records, as soon as I changed it to
Status then republished incl a new data access page set everything works fine
 
Back
Top