This sample performs basic cursor operations. The application demonstrates the use of the generated
_index_cursor()and_from_cursor()functions and standard cursor navigation functionsmco_cursor_first(),mco_cursor_next(),mco_cursor_last()andmco_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\bindirectory:05_indexes_cursor_basicBut it is more instructive to run it in your development environment debugger, stepping through the code.