I believe when you close the connection, which should be added in a
finally block eg.
} finally {
try {
oConn.close();
} catch (Exception ex) {
// Can't recovery gracefully, do nothing
}
}
-Art
-----Original Message-----
From: Hart, Justin [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 07, 2004 11:51 AM
To: [EMAIL PROTECTED]
Subject: Connection Pooling
Is there some manner in which a database connection should be returned
to the connection pool, or is that automatic?
Justin
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]