<< Click to Display Table of Contents >> Navigation: Apollo VCL Components > Apollo VCL Component Reference > TApolloServerDLL > TApolloServerDLL |
TApolloServerDLL
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 |
Executes a procedure within a Server DLL |
|
Identifies the TApolloConnection component to attach this TApolloServerDLL to. The TApolloConnection is then connected to the Apollo Server. |
|
List of available database names on the remote server. |
|
The name of the procedure to be executed. |
|
The parameters to be passed into and received back from the Server DLL procedure. |
|
|
|
Methods |
Description |
Executes a procedure within a Server DLL |
|
|
|
Events |
Description |
|
None. |
See Also
Using Server DLLS, TApolloConnection, TApolloTable, TApolloQuery, TApolloEnv, TApolloDatabase,