My java application open a connection, creates a statement..executes a query, the closes the statement and then finally closes the connection.
Later on it opens a new connection to the db, then creates another statement..and it's at this con.createStatement() that I get the error....
what is going on?
Later on it opens a new connection to the db, then creates another statement..and it's at this con.createStatement() that I get the error....
what is going on?