Subject | Re: [Firebird-Java] Re: How to properly close FB embedded database? |
---|---|
Author | Roman Rokytskyy |
Post date | 2009-10-07T16:31:35Z |
> How do I close the "attachment"? Do you mean closing the lastConnection.close() (unless you use connection pooling) will close the
> java.sql.Connection or calling FBManager.stop()? We tried both to no vail.
database attachment. The FBManager.stop() has no effect, since the
FBManager methods attach and detach from database in the same method.
Roman