RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDatabase Properties

The properties of the TDatabase class are listed here.

 
Name 
Description 
 
Provides an indexed array of all active datasets for a database component. 
 
Specifies the working directory for a Paradox or dBASE database. 
 
Specifies the Borland Database Engine (BDE) database handle. 
 
Indicates whether a database transaction is in progress or not. 
 
Indicates if a database component is using either the Borland Database Engine (BDE) SQL Links driver or the BDE ODBC socket. 
 
Identifies the Borland Database Engine (BDE) language driver for the database component. 
 
Points to the session component with which this database component is associated. 
 
Specifies whether a database component is using a session alias. 
 
Indicates whether a database component is a temporary one, created by the system as needed, or a persistent one explicitly created, managed, and freed within the application. 
 
Specifies the database operations to track with the SQL Monitor at runtime. 
 
Name 
Description 
 
Specifies the Borland Database Engine (BDE) alias used by this database connection. 
 
Indicates whether a database connection is active. 
 
Specifies the name of the database to associate with this database component. 
 
Specifies the name of the BDE driver for the database. 
 
Enables an application to gain sole access to a database. 
 
Specifies whether to share a database handle. 
 
Specifies whether an application remains connected to a database even if no datasets are open. 
 
Specifies whether a login dialog appears immediately before opening a new connection. 
 
Contains database connection parameters for the Borland Database Engine (BDE) alias associated with the database component. 
 
Specifies that the database connection provides read-only access. 
 
Identifies the name of the session used by this database component. 
 
Specifies the transaction isolation level for transactions managed by the Borland Database Engine (BDE). 
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!