Java Prepared statement not executing
问题 I have created a small 3 tier program, consisting of : front end -> servlet -> database. Front end I enter some details into a form. They are passed to a servlet, which will render some HTML and display the values entered into the form, while also calling a class DatabaseHelper. The DatabaseHelper then connects and inserts these same values into a table. I know the values are being passed to the servlet class ok, as they are being displayed in the HTML. So the problem must lie within the