Datasnap.DSCommonServer.TDSServerConnection

From RAD Studio API Documentation

TDSServerConnectionData.DBXCommon.TDBXConnectionSystem.TObject

Delphi

TDSServerConnection = class(TDBXConnection)

C++

class PASCALIMPLEMENTATION TDSServerConnection : public Data::Dbxcommon::TDBXConnection

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer Datasnap.DSCommonServer

Description

Connection for the dbExpress driver framework {{#multireplace:Datasnap.DSCommonServer.TDSServerConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommon.TDBXConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommon.TDBXConnection|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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