Subject Problem with several PreparedStatements and autocommit
Author Uwe Jäger
Hi,

we use one connection set to autocommit and PreparedStatements to access
the database via jdbc. When we prepare another statement while there is
still another statement not closed on the same connection, I get the
exception attached.

What can I do?

Kind regards
Uwe