Ok I did that. It may have narrowed down the problem
Now I get this error:
"Could not delete from specified tables."
My query string is this:
DELETE FROM plant_list WHERE plant_id=18
I verified that the table "plant_list" does exist and that the field name "plant_id" also exists, and that a field does contain the number 18.
Where have I erred?