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

 

getPublicationCount method

Returns the number of publications in the database.

Syntax
UInt16 getPublicationCount( )
Remarks

Publication IDs range from 1 to getPublicationCount(), inclusively.

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.