UltraLite for MobileVB User's Guide
UltraLite for MobileVB API Reference
ULDatabaseSchema class
GetPublicationName( id As Integer ) As String
Member of UltraLiteAFLib.ULDatabaseSchema
Returns the name of the specified publication. The publication ID can range from 1 to PublicationCount.
id The id is the identifier of the publication whose name will be returned.
Returns the name of a publication in the connected database.
For information about the ULPublicationSchema object, see ULPublicationSchema.
For more information, see ULDatabaseSchema Properties