-79727 Statement was not prepared
Explanation
The SQL statement was not prepared properly. If you use host variables (for example, insert into mytab values (?, ?);) in your SQL statement, you must use connection.prepareStatement() to prepare the SQL statement before you can execute it.