Question
javax.servlet.ServletException: ORA-00933: SQL command not properly ended
I've created a little web interface that will allow users to
insert a string of text to a Oracle table. This string can be up to
4000 characters long and will contain punctuation and other special
characters.
My columns in the database are defined as VARCHAR
When I try to update the column from my jsp page I get a ORA-00933 error. How can I troubleshoot and correct this?
Thanks,
Greg
My columns in the database are defined as VARCHAR
When I try to update the column from my jsp page I get a ORA-00933 error. How can I troubleshoot and correct this?
Thanks,
Greg
