This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes POOLMAN - HELP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "POOLMAN - HELP" Watch "POOLMAN - HELP" New topic
Author

POOLMAN - HELP

Sri Rangan
Ranch Hand

Joined: Dec 08, 2001
Posts: 160
I am using a HYPERSONIC stand alone Data base (allows only one connection)in Visual Age. We use POOLMAN to get the Datasource and the connection.(We plan to use the HUPERSONIC AS a server database also).
Now When I run my Swing app in Visualage, first time I am able to run with out any problem.When I close the Swing App and open again, I get the error message "Another app is using the database".
I think POOLMAN is not releasing the connection when the Swing app is exited.
Is there a way to force the POOLMAN to close the data base connection.
Thanks
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: POOLMAN - HELP
 
Similar Threads
cleanup when swing app exits
VAJ IDE holding on to database connection
how to get automatic backup from mysql?
Are there any ready to use database connection pool source code?
error : Cannot use classic compiler, as it is not available