Use try-with-resources or close this "PreparedStatement" in a "finally" clause

Hi Ann
Thank you for your help! I could resolve the error follow your indicationes. I use Java 1.8, so I can’t use “try-with-resources”. Its ok for me use try/catch/finally.

Best regards.
Gabriel