Icon DropConnections Method

procedure DropConnections

Usage

Call the DropConnections method to free all temporary TEDBDatabase components for the session that are inactive. If the KeepConnections property of the session is True (the default), then temporary TEDBDatabase components created as needed for the session by ElevateDB at runtime are not automatically freed when their database connections are closed. DropConnections enables an application to free these TEDBDatabase components when they are no longer needed.
Image