Data.Win.ADODB.TRDSConnection.AppServer

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AppServer: OleVariant read FAppServer;

C++

__property System::OleVariant AppServer = {read=FAppServer};

Properties

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

Description

Provides access to the application server communication interface.

Use AppServer to get direct access to the interface the ADO dataset uses to communicate with the application server. Use this property if you need to access additional properties or methods of the business object not related to Recordsets.