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_Table_iface class

FindBegin function Next Page

FindFirst function


Synopsis

bool UltraLite_Table_iface::FindFirst(
ul_column_num ncols
)

Parameters
Remarks

Does an exact match lookup based on the current index scanning forward through the table.

To specify the value to search for, set the column value for each column in the index. The cursor is positioned on the first row that exactly matches the index value. If no row matches the index value, the cursor position is AfterLast() and the function returns false.