I have a problem when the forms in JSP, really the problem is with SQL, when I try to INSERT the data of a form with an SQL statement in a JSP, if the data contains " or ' the result is incorrect.
 
I could parse ALL the insert I have done but I find it tedious, Is there any solution to the INSERT problem with " or ' in Java, JSP or SQL.
 
Thanks.
 
 

Reply via email to