TApolloServerDLL

<< Click to Display Table of Contents >>

Navigation:  Apollo VCL Components > Apollo VCL Component Reference > TApolloServerDLL >

TApolloServerDLL

TApolloServerDLL

 

image\TAPOLLOSERVERDLL.gif

 

Server DLLs can be executed against data on a remote Apollo Database Server by using the TApolloServerDLL component. Similar to Delphi and C++Builder's own TStoredProc, this component allows you to select and execute procedures that have been previously created and stored on the remote server. The TApolloServerDLL component communicates to the remote Apollo Database Server by connecting to a TApolloConnection component.

 

See the Using Server DLLs section for more information on using stored procedures.

 

 

Properties

Description

Active

Executes a procedure within a Server DLL

ApolloConnection

Identifies the TApolloConnection component to attach this TApolloServerDLL to. The TApolloConnection is then connected to the Apollo Server.

DatabaseName

List of available database names on the remote server.

ProcName

The name of the procedure to be executed.

ProcParams

The parameters to be passed into and received back from the Server DLL procedure.

 

 

Methods

Description

ExecProc

Executes a procedure within a Server DLL

 

 

Events

Description

 

None.

 

See Also

Using Server DLLS, TApolloConnection, TApolloTable, TApolloQuery, TApolloEnv, TApolloDatabase,

TSessionData