Data.Win.ADODB.TRDSConnection.ComputerName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ComputerName: WideString read FComputerName write SetComputerName;

C++

__property System::WideString ComputerName = {read=FComputerName, write=SetComputerName};

Properties

Type Visibility Source Unit Parent
property published
Data.Win.ADODB.pas
Data.Win.ADODB.hpp
Data.Win.ADODB TRDSConnection

Description

Specifies the source of a business object.

Use ComputerName to specify the source of a business object to use through the TRDSConnection component. If left blank, the business object is loaded from the local machine.

Several protocols are supported for creating the business object: HTTP, HTTPS, and DCOM. For business objects created with HTTP and HTTPS, ComputerName is a string containing a Universal Resource Identifier (URL) identifying the Internet Information Server (IIS) Web server where an instance of the server business object is created. For DCOM, ComputerName is the name of the machine.