GetTableNames

Description

Retrieves the table names from the data source

Syntax

Function GetTableNames( from_db )

Parameters

boolean  from_db  (optional)

false (default) - return the names from the project

true - retrieve the actual table names from the database itself

Return Values

array - the table names

See also

GetFROM

GetRelation

GetFieldNames

DS