Subject | Closing connection pooling |
---|---|
Author | Christian Flaig |
Post date | 2002-08-23T07:31:01Z |
Hi!
I just started using a connection pool with firebird jdbc driver,
implemented with the FBWrappingDataSource.
All works fine, but the test application does not close the application in
clean way. I suspect that the connection pool is still running.
How can I close a connection pooling with FBWrappingDataSource? There is no
close() method.
Thanks for your help.
Regards,
Christian
I just started using a connection pool with firebird jdbc driver,
implemented with the FBWrappingDataSource.
All works fine, but the test application does not close the application in
clean way. I suspect that the connection pool is still running.
How can I close a connection pooling with FBWrappingDataSource? There is no
close() method.
Thanks for your help.
Regards,
Christian