Datasnap.Win.MConnect.TOLEnterpriseConnection

From RAD Studio API Documentation
Jump to: navigation, search

Datasnap.Win.MConnect.TCOMConnectionDatasnap.Win.MConnect.TDispatchConnectionDatasnap.DBClient.TCustomRemoteServerData.DB.TCustomConnectionSystem.Classes.TComponentTOLEnterpriseConnection

Delphi

TOLEnterpriseConnection = class(TCOMConnection)

C++

class PASCALIMPLEMENTATION TOLEnterpriseConnection : public TCOMConnection

Properties

Type Visibility Source Unit Parent
class public
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Datasnap.Win.MConnect Datasnap.Win.MConnect

Description

TOLEnterpriseConnection is provided for backward compatibility with applications that connect to an application server using OLEnterprise.

TOLEnterpriseConnection is used in the client portion of a multi-tiered database application to establish and maintain the connection between the client and a remote application server using OLEnterprise. This component is provided for backward compatibility.

TOLEnterpriseConnection establishes the initial connection between the client application and a remote application server using OLEnterprise. Once the connection is established, the client registers any or all of its client datasets with the remote server, and these client datasets use the IAppServer interface from the OLEnterprise connection component to communicate with providers on the application server, or to otherwise call the application server's data module interface.

To connect to remote application servers using DCOM, use the TDCOMConnection component instead. To connect client applications to remote application servers using TCP/IP sockets, use TSocketConnection. To connect client applications to remote application servers using HTTP, use TWebConnection. To connect to remote application servers using SOAP, use TSOAPConnection.

See Also