UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULDatabaseSchema class
GetTableName( id As Integer ) As String
Member of UltraLiteAFLib.ULDatabaseSchema
Returns the name of the table in the connected database that corresponds to the id value you supply. 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 my change after a database has had its schema changed.
id The id of the table.
Returns the name of the table for the specified id.