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

SQL Anywhere 10.0.1 » UltraLite - AppForge Programming » UltraLite for AppForge API Reference » ULDatabaseSchema class

GetPublicationSchema method Next Page

GetTableName method


Returns the name of the table in the connected database that corresponds to the id value you supply.

Syntax

GetTableName( id As Integer ) As String
Member of UltraLiteAFLib.ULDatabaseSchema

Parameters

id    The id of the table.

Returns

Returns the name of the table for the specified id.

Remarks

The TableCount property returns the number of tables in the connected database. Each table has a unique number from 1 to the TableCount value, where 1 is the first table in the database, 2 is the second table in the database, and so on. The id for a table may change if a database's schema changes.