> org.apache.torque.Torque.getConnection() > > gets the connection from the default pool > > > org.apache.torque.Torque.closeConnection() > > does this method releases the connection and "returns" it to the default con pull??
Correct. It's a little ambiguous, but calling conn.close() returns the connection (either the object or more probably the physical connection) to the pool for later use. - Stephen -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
