This is my android SQL statement
I try to update the allergy table, I encounter a lot of problem
stmt1.executeUpdate("UPDATE [dbo].[allergy]
SET [allergy]= "+allergyname+ ",[reaction] = "+reaction+ ",[notes] =" +notes+ " Where patientID ="+patientId);
no matter what I enter into my "allergyname"
It will say Invalid column name
what is happening?