Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » DatabaseSchema class

 

getTableCount method

Returns the number of tables in the database.

Syntax
UInt16 getTableCount( )
Returns

The number of tables, or 0 if the connection is not open.

Remarks

Table IDs range from 1 to getTableCount(), inclusively.