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

 

getPublicationName method

Returns the name of the publication identified by the specified publication ID.

Syntax
String getPublicationName( UInt16 pubID )
Parameters
  • pubID   ID of the publication. pubID must be in the inclusive range [1,getPublicationCount()].

Remarks

Note: Publication IDs and count may change during a schema upgrade. To correctly identify a publication, access it by name or refresh any cached IDs and counts after a schema upgrade.