RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSProviderConnection Class

Provide connectivity to DataSnap server using dbExpress.

Pascal
TDSProviderConnection = class(TCustomRemoteServer, IAppServer, ISupportErrorInfo);
C++
class TDSProviderConnection : public TCustomRemoteServer, public IAppServer, public ISupportErrorInfo;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!