Entering content frame

 Ending the Connection to the Database Manager 

Use

You want to end the connection to the Database Manager by calling the method release. This method is called implicitly if the Garbage Collector deletes an object in the class DBM.

Syntax

<object_of_class_DBM>.release ();

Example

session.release ();

 

See also:

Example for Displaying the Operational State of a Database

 

 

Leaving content frame