FairCom Corporation


4.6.2.17 CTDatabase::GetTableCount


Syntax

NINT GetTableCount( )

Parameters

This method has no parameters.

Description

Retrieves the number of tables in the database dictionary.

Return

GetTableCount returns the number of tables in the database.

Example

pDatabase->Connect();
n=pDatabase->GetTableCount();
printf("\nThere are %d tables in this database.",n);

FairCom Corporation
www.faircom.com