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. 

 

SessionName 

Session 

Session 

Associating a Dataset with Database and Session Connections 

Using TQuery

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!