Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » UltraLite - M-Business Anywhere Programming » UltraLite for M-Business Anywhere API reference » Connection class

 

countUploadRow method

Returns the number of rows to be uploaded when the next synchronization takes place.

Syntax
UInt32 countUploadRow( String pub-list, UInt32 threshold)
Parameters
  • pub-list   Comma-separated list of publications to check.

    See PublicationSchema class.

  • threshold   Value that determines the maximum number of rows to count, and so limits the amount of time taken by the call. A value of 0 corresponds to the maximum limit. A value of 1 determines if any rows need to be synchronized. threshold must be in range [0,0x0ffffffff].