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 - C and C++ Programming » API Reference » UltraLite C++ API reference » UltraLite_Connection_iface class

 

CountUploadRows function

Determines the number of rows that need to be uploaded.

Syntax
ul_u_long UltraLite_Connection_iface::CountUploadRows(
  const ULValue & pub_list,
  ul_u_long threshold
)
Parameters
  • pub_list   A comma separated list of publications to consider.

  • threshold   The limit on the number of rows to count.