RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBDataSet.DBSession Property

Identifies the database session component associated with this dataset.

Pascal
property DBSession: TSession;
C++
__property TSession DBSession;

Use DBSession to determine the session component that controls the database component with which this dataset component is associated. By default, a database component is associated with the default session component, Session, that is automatically created for all database applications. 

 

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