RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSession.DropConnections Method

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

Pascal
procedure DropConnections;
C++
__fastcall DropConnections();

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!