Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

statement has been closed, no further internal information available

281 views
Skip to first unread message

Andrzej Skarżycki

unread,
May 23, 2012, 4:16:24 PM5/23/12
to
Hi,

Have you ever ancountered following error ? :
com.mysql.jdbc.JDBC4PreparedStatement@927ea9: statement has been closed,
no further internal information available

Regards

Thomas 'PointedEars' Lahn

unread,
May 23, 2012, 5:29:27 PM5/23/12
to
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.

Jerry Stuckle

unread,
May 24, 2012, 12:22:16 AM5/24/12
to
I would expect it's just as it says - the prepared statement has been
closed. Look at why you're trying to use a prepared statement which is
no longer valid.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstu...@attglobal.net
==================
0 new messages