Datasnap.Win.MConnect.TOLEnterpriseConnection

提供: RAD Studio API Documentation
移動先: 案内検索

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

Delphi

TOLEnterpriseConnection = class(TCOMConnection)

C++

class PASCALIMPLEMENTATION TOLEnterpriseConnection : public TCOMConnection

プロパティ

種類 可視性 ソース ユニット
class public
Datasnap.Win.MConnect.pas
Datasnap.Win.MConnect.hpp
Datasnap.Win.MConnect Datasnap.Win.MConnect

説明

TOLEnterpriseConnection は,OLEnterprise を使ってアプリケーションサーバーに接続するアプリケーションのために,下位互換性を維持する目的で提供されています。

TOLEnterpriseConnection は,多層データベースアプリケーションのクライアント部分で使用され,OLEnterprise を使ってクライアントとリモートアプリケーションサーバーの間の接続を確立および維持します。このコンポーネントは,下位互換性のために提供されています。

TOLEnterpriseConnection は,クライアントアプリケーションとリモートアプリケーションサーバーの間の初期接続を OLEnterprise を使って確立します。接続が確立されると,クライアントはクライアントデータセットの一部または全部をリモートサーバーに登録します。さらに,それらのクライアントデータセットは OLEnterprise 接続コンポーネントの IAppServer インターフェースを介してアプリケーションサーバー上のプロバイダと通信するか,またはアプリケーションサーバーのデータモジュールインターフェースを呼び出します。

リモートアプリケーションサーバーに DCOM を使って接続するには,かわりに TDCOMConnection コンポーネントを使用します。TCP/IP ソケットを使ってクライアントアプリケーションをリモートアプリケーションサーバーに接続するには,TSocketConnection を使用します。また,HTTP を使ってクライアントアプリケーションをリモートアプリケーションサーバーに接続するには,TWebConnection を使用します。SOAP を使ってリモートアプリケーションサーバーに接続するには,TSOAPConnection を使用します。

関連項目