Bde.DBTables.TSession.DropConnections

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DropConnections;

C++

void __fastcall DropConnections();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TSession

Description

Frees all temporary database components associated with a session if they are inactive.

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

See Also