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

 

LookupBegin function

Prepares to perform a new Find on a table by entering lookup mode.

Syntax
bool UltraLite_Table_iface::LookupBegin()
Remarks

You may only set columns in the index that the table was opened with. If the table was opened without an index, this method cannot be called.