Subject | Re: embedded server and bad code |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-05-28T15:28:42Z |
> But I am wondering. If I open Connection using DriverManager inSpecification requires this and
> some method and I do not explicitly close this connection, when
> method is over and connection instance is not in scope, will
> GarbageCollector close it or it will remain open.
org.firebirdsql.jdbc.AbstractConnection.finalize() will close the
connection. But when this happen knows only garbage collector. :)
Roman