Data.DBXCommon.TDBXConnection

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDBXConnection

Delphi

TDBXConnection = class

C++

class PASCALIMPLEMENTATION TDBXConnection : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon Data.DBXCommon

Description

Connection for the dbExpress driver framework

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.

See Also