UltraLite C++ Component API Reference
virtual bool UltraLite_Table_iface::FindFirst(
ul_column_num ncols
)
ncols For composite indexes, the number of columns to use in the lookup.
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 left 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
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.