I am using JSP/Servlet to develop a Web application...I had a table had 17 fields..At the first form user wants to fill only 8 forms..Whereas the table has 3 foreign key fields and user left one of them...When i try to insert the foreign key value which the user left, by storing the
word "NULL" in a
string and add it by ps.setString(10,var).. it compiles but it shows a weird error says
: Code Edited :
Ranchers, please let me know whats the problem and help me fix this error....