RAD Studio VCL Reference
|
TDatabase provides discrete control over a connection to a single database in a BDE-based database application.
TDatabase = class(TCustomConnection);
class TDatabase : public TCustomConnection;
Use TDatabase when a BDE-based database application requires any of the following control over a database connection:
Persistent database connections
Customized database server logins
Transaction control
Application-specific BDE aliases
TDatabase is especially important for the control it permits over database transaction processing with the BDE when connected to a remote SQL database server.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|