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

Get function Next Page

GetRowCount function


Synopsis

ul_u_long UltraLite_Cursor_iface::GetRowCount()

Remarks

Gets the number of rows in the table.

Calling this method is equivalent to executing "SELECT COUNT(*) FROM table".