RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDatabase.SessionName Property

Identifies the name of the session used by this database component.

Pascal
property SessionName: string;
C++
__property AnsiString SessionName;

Use SessionName to specify the session with which a database component is associated. If SessionName is blank, a database component is automatically associated with the default session, Session

To associate a database component with a different session in a database application SessionName must matches the SessionName property of an existing session component. 

 

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