Icon DropConnections Method

procedure DropConnections

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