[ 1801842 ] DB connection fix & improvements for concurrent threads.
This commit is contained in:
parent
d1b82404ca
commit
797ad0389e
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue