Online JDBC database App. - connections not being closed

I'm working on an on-line database application using Jigsaw resources.  I
instantiate a database object that creates a connection through JDBC and
then allows database calls to be made through this DB object.  Problem is
that due to Jigsaw cacheing resources the connections are never closed in the
finalize() method for the database objects.  Will I have to make an explicit
call to a closeConnection() method for each DB object I instantiate, or is
there an easier way to force DB connections closed?

Received on Monday, 25 November 1996 21:18:12 UTC