DSConnect.TDSProviderConnection
Delphi Information
From DSConnect.pas
TDSProviderConnection = class(TCustomRemoteServer)
Unit: DSConnect
Type: class
Inherited Class Members: DSConnect.TDSProviderConnection Members
Class Properties: DSConnect.TDSProviderConnection Properties
Class Methods: DSConnect.TDSProviderConnection Methods
Class Constructors & Destructors: DSConnect.TDSProviderConnection Constructors
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.