Datasnap.DSConnect.TDSProviderConnection

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.DBClient.TCustomRemoteServerData.DB.TCustomConnectionSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTDSProviderConnection
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSConnect.pas
Datasnap.DSConnect.hpp
Unit: Datasnap.DSConnect
Parent: Datasnap.DSConnect

Delphi

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

C++

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

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