UltraLite User's Guide
C++ API Reference
ULTable class
ul_ul_long GetRowCount( )
The function returns the number of rows in the table.
One use for the function is to decide when to delete old rows to save space. Old rows can be deleted from the UltraLite database without being deleted from the consolidated database using the ULConnection::StartSynchronizationDelete method.
The number of rows in the table.
StartSynchronizationDelete method
StopSynchronizationDelete method