No, I have not. But the reason for the error message appears to be self-
evident:
You have used a prepared statement on a MySQL database accessed from a Java
application using a JDBC driver (MySQL Connector/J). The prepared statement
has been released (closed), and you are trying to reuse it regardless, which
must fail.
Another explanation for this is that this is not an *error* message at all.
RTFM: <
http://dev.mysql.com/doc/refman/5.1/en/sql-syntax-prepared-
statements.html>
--
PointedEars
Please do not Cc: me. / Bitte keine Kopien per E-Mail.