I have successfully created an INSERT action to add rows to a database designed to hold information from my form. Now I need to create an action to update some of the fields in those rows.
I have setup an UPDATE action, but I cannot get it to work. Do I need to explicitly allow UPDATE and DELETE actions in the Connection Agent configuration file? I am able to perform an UPDATE query in SQL from a database management tool, so I am not sure that it is a matter of permissions on the database side.
I tried sending the conditions (the WHERE clause) in the upper half of the parameters and the new values in the lower half of the parameters, and vice versa. Neither worked. (As a suggestion for a future improvement, explicitly state which is which.)
