Populates a string list with the names of tables associated with a specified database component.
procedure GetTableNames(const DatabaseName: String; List: TStrings);
Description
Call GetTableNames to retrieve a list of the tables associated with a given database. DatabaseName specifies the name of the database from which to retrieve table names.
List is a string list object, created and maintained by the application, into which to return the table names.
|
|