Hi, I am using the DBCP package together with a Microsoft Access database (Sun's standard odbc bridge driver). At certain points I wish to replace the whole Access database file with a new file. This is however impossible as long as my application still has open connections to it. So I want to be able to tell the pool to release all connections it has opened (really closing them).
Is there a way to accomplish this? Best regards, Dick Zetterberg [EMAIL PROTECTED]
