Icon CloseDatabase Method

procedure CloseDatabase(Database: TEDBDatabase)

Usage

Call the CloseDatabase method to close a TEDBDatabase component linked to the current session. The Database parameter specifies TEDBDatabase component that you wish to close.

The CloseDatabase method decrements the specified TEDBDatabase component's reference count and then, if the reference count is zero and the TEDBDatabase component's KeepConnection property is False, closes the TEDBDatabase component.
Image