[ 1801842 ] DB connection fix & improvements for concurrent threads.

This commit is contained in:
Heng Sin Low 2007-10-04 00:31:12 +00:00
parent d1b82404ca
commit 797ad0389e
1 changed files with 4 additions and 0 deletions

View File

@ -988,6 +988,10 @@ public final class DB
// End add vpj-cd e-evolution
CPreparedStatement stmt = new CPreparedStatement(info);
retValue = stmt.getRowSet();
try {
stmt.close();
} catch (SQLException e) {
}
return retValue;
} // getRowSet