RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TRDSConnection.ServerName Property

Specifies the business object.

Pascal
property ServerName: WideString;
C++
__property BSTR ServerName;

Use ServerName to specify the ProgID of the business object to instantiate. The default value is that in the RDSServer.DataFactory property. This is the ProgID of the RDS DataFactory object. The DataFactory allows for execution of queries against any datasource. See the Microsoft Data Store SDK help for more information on the DataFactory object. 

 

Connecting to the Application Server using DataSnap Components

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!