- From: Guy Neill <gneill@sparky.oroad.com>
- Date: Mon, 25 Nov 1996 18:18:43 -0800 (PST)
- To: www-jigsaw@w3.org
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