I am trying to edit the values in group form using sql statement from a servlet, but it throws an exception saying “Name expected” “cannot be a reserved keyword”. But i am able to read the data from the Group form using select statement. I am able to update the records in the Person form and delete those records.