Icon CloseDatabase Method

procedure CloseDatabase(Database: TDBISAMDatabase)

Usage

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

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