GetTableNamesList

<< Click to Display Table of Contents >>

Navigation:  Apollo VCL Components > Apollo VCL Component Reference > TApolloConnection > TApolloConnection Methods >

GetTableNamesList

Declaration

function GetTableNamesList( sDatabaseName: String) : TStringList;

Description

Returns a TStringList filled with the names of the available tables on an Apollo Database Server in the specified database.

Delphi Example

// Fills a combo box with table names from SAMPLEDATA alias

cmbTableList.Items.Assign( ApolloConnection1.GetTableNamesList( 'SAMPLEDATA' ) );

 

See Also

GetTableNames, GetDatabaseNamesList