<< Click to Display Table of Contents >> Navigation: Apollo VCL Components > Apollo VCL Component Reference > TApolloServerDLL > TApolloServerDLL Properties > DatabaseName |
Declaration
DatabaseName: String;
Description
The database name alias for the remote server directory where the tables are to be accessed. Database aliases for remote tables are defined using the Apollo Server Manager application and reference a physical drive and path on the remote server.
Once connected to the server via an active TApolloConnection link, this property will (at design-time) display a drop-down list of available Databases on the server to select from. Each database alias represents a single directory on the remote server.
Delphi Example
ApolloServerDLL1.DataBaseName := 'SAMPLEDATA';
C++Builder Example
ApolloServerDLL1->DataBaseName = "SAMPLEDATA";