FairCom Corporation


4.6.2.11 CTDatabase.FirstTable


Syntax

bool FirstTable(StringBuilder Name, StringBuilder Path)

Parameters

Description

Locates the first table in a database.

Return

FirstTable returns true if one table is found, no otherwise.

Example

aDatabase.Connect();
aDatabase.FirstTable(tbname, tbpath);
do
{ Console.Write("\ntable name: {0}",tbname.ToString()); }
while (NextTable(tbname, tbpath);

See Also

NextDaTable, FindTable, GetFirstActive


FairCom Corporation
www.faircom.com