RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXConnection Class

Connection for the dbExpress driver framework

Pascal
TDBXConnection = class;
C++
class TDBXConnection;

DBXCommon

This class represents a connection for the dbExpress driver framework. It provides support for creating commands, retrieving database records and related metadata, and transaction management. 

Use the TDBXConnection.CreateCommand to create a TDBXReader object to read database records. 

 

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