Datasnap.DSConnect.TDSProviderConnection

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DBClient.TCustomRemoteServerData.DB.TCustomConnectionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSProviderConnection

Delphi

TDSProviderConnection = class(TCustomRemoteServer, IAppServer{$IFDEF MSWINDOWS}{$IFNDEF NEXTGEN}, ISupportErrorInfo{$ENDIF}{$ENDIF})

C++

class PASCALIMPLEMENTATION TDSProviderConnection : public Datasnap::Dbclient::TCustomRemoteServer

Properties

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

Description

Provide connectivity to DataSnap server using dbExpress.

The TDSProviderConnection component provides connectivity to a DataSnap server using dbExpress.

To use:

At this point, the DataSnap client should be configured and ready to use just like any other DataSnap client. See the documentation on DataSnap for additional information.

TDSProviderConnection is an implementation of TCustomRemoteServer that provides a connection to a DataSnap server using TDBXCommand server method calls.

See Also