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 - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API Reference » DatabaseSchema class

 getPrecision method Next Page

getPublicationCount method


Returns the number of publications in the database.

Syntax

UInt16 getPublicationCount( )

Remarks

Publication IDs range from 1 to getPublicationCount(), inclusively. Publication IDs are not publication masks.

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