Datasnap.DSConnect.TDSProviderConnection

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:
- Add a TDSProviderConnection to a DataSnap client application along with a TClientDataSet and a TSQLConnection.
- Configure the TSQLConnection with the appropriate connection settings.
- Connect the TDSProviderConnection to the TSQLConnection.
- Connect the TClientDataSet to the TDSProviderConnection.
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.