Close an UltraLite or UltraLite Java edition database

An UltraLite or UltraLite Java edition database closes when all the concurrent connections have been released. You can release all the connections using the DatabaseManager.release method.

Note

You can use the Connection.release method to release the current connection.

 See also