Guest_imported
New member
- Jan 1, 1970
- 0
I am using cfupdate to update a table on an Access DB. I am omitting the FormFields parm, so that all available form fields will update.
CFUPDATE is successfully updating each field but one. The field is of type text, I've verified that the form field is spelled exactly as the db column, and that it does exist and has a valid value. Similar text fields are updating fine with the same cfupdate operation. Including the FormField parm makes no difference in the outcome.
If I use CFQUERY with a SQL UPDATE statement for this field, it works fine.
Any idea why CFUPDATE would drop a single field like this?
Thanks!
CFUPDATE is successfully updating each field but one. The field is of type text, I've verified that the form field is spelled exactly as the db column, and that it does exist and has a valid value. Similar text fields are updating fine with the same cfupdate operation. Including the FormField parm makes no difference in the outcome.
If I use CFQUERY with a SQL UPDATE statement for this field, it works fine.
Any idea why CFUPDATE would drop a single field like this?
Thanks!