
Iam using NETBEANS IDE. Iam developing a bank application. Using JDBC in SERVLETS For the withdraw function, "bal" and "ano" are user inputs when i wrote like, st.executeQuery("UPDATE ACCOUNT SET AMOUNT="+bal+"WHERE ACCOUNTNO="+ano); It's moving to the servlet but not executing. But when writing the same like, st.executeQuery("UPDATE ACCOUNT SET AMOUNT="+bal); It's moving to SERVLET but EVERY ACCOUNT BALANCE is DEDUCTING.... PLZZZZZ HELP ME IN THIS.....
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
