On Wed, 25 Jul 2001, Serge Knystautas wrote:
> Some of the connection poolers I'm familiar with (the ones that pretend to
> be a JDBC driver) treat close() as returning the connection to the pool.
> Then this code would work fine (as it does in my installation).
What about putting the close() in the (Object's) finalize() method? By
doing so, eventually, the connection will be closed; without having to
rely on the db connection pooling's feature.
Oki
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]