API:Datasnap.DSCommonServer.TDSServerConnection

From RAD Studio API Documentation
Jump to: navigation, search

Data.DBXCommon.TDBXConnectionSystem.TObjectTDSServerConnection
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: Datasnap.DSCommonServer

Delphi

TDSServerConnection = class(TDBXConnection)

C++

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

Description

Connection for the dbExpress driver framework

Datasnap.DSCommonServer.TDSServerConnection inherits from Data.DBXCommon.TDBXConnection. All content below this line refers to Data.DBXCommon.TDBXConnection.

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