Menu

#340 PreparedStatement and Result set close but Table is still op

JDBC
closed
nobody
None
9
2012-09-25
2012-09-25
No

Dear All;

I am working on a web application with GWT and AS400 iSeries. I closed all ResultSet and Prepared Statement on connection. (But connection is open for reuse) I look connection with wrkactjob 5 -> 14 (Display Open File). My used file is still open.

My Connection URL.
"jdbc:as400://" + getDBConfig().getServer() + "/" + getDBConfig().getDatabase() + ";naming=sql;errors=full;extended metadata=true;reuse objects=false;lazy close=true;"

I have performance problem.

Discussion

  • Atilla İlhan KARTAL

    • priority: 5 --> 9
     
  • John Eberhard

    John Eberhard - 2012-09-25
    • status: open --> closed
     

Log in to post a comment.