05-Indexes_Cursor_Basic

This sample performs basic cursor operations. The application demonstrates the use of the generated _index_cursor() and _from_cursor() functions and standard cursor navigation functions mco_cursor_first(),mco_cursor_next(),mco_cursor_last() and mco_cursor_prev() using a tree index.

How to Run

See instructions here on how to build this and other samples on your development platform. Once built, the sample can be run from the \target\bin directory:

 
    05_indexes_cursor_basic
     

But it is more instructive to run it in your development environment debugger, stepping through the code.

Related Topics Link IconRelated Topics