Entering content frame

Procedure documentation Ending the Connection to the Database Manager Locate the document in its SAP Library structure

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