Answered
I can't get cfupdate tag to work. Please help.
Hello, I am trying to get an action file to work so that my
form can be updated.
SQL update will work but cfupdate will not. WHY??? I can't figure it out and I feel like I have tried EVERYTHING. ANY SUGGESTIONS out there? My database is MICROsoft access.
more details --
this works:
<cfquery datasource="crcsignup">
UPDATE signuppractice
SET Field1='#FORM.Field1#'
WHERE ID=#FORM.ID#
</cfquery>
if i replace it with the cfupdate, it doesn't work:
<cfupdate datasource="crcsignup" tablename="signuppractice">
and the error message is:
The website cannot display the page
HTTP 500
Most likely causes:
The website is under maintenance.
The website has a programming error.
What you can try:
Refresh the page.
Go back to the previous page.
More information
This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.
For more information about HTTP errors, see Help.
SQL update will work but cfupdate will not. WHY??? I can't figure it out and I feel like I have tried EVERYTHING. ANY SUGGESTIONS out there? My database is MICROsoft access.
more details --
this works:
<cfquery datasource="crcsignup">
UPDATE signuppractice
SET Field1='#FORM.Field1#'
WHERE ID=#FORM.ID#
</cfquery>
if i replace it with the cfupdate, it doesn't work:
<cfupdate datasource="crcsignup" tablename="signuppractice">
and the error message is:
The website cannot display the page
HTTP 500
Most likely causes:
The website is under maintenance.
The website has a programming error.
What you can try:
Refresh the page.
Go back to the previous page.
More information
This error (HTTP 500 Internal Server Error) means that the website you are visiting had a server problem which prevented the webpage from displaying.
For more information about HTTP errors, see Help.
