UltraLite User's Guide
C++ API Reference
ULCursor class
bool Previous( )
Moves the cursor position to the previous row in the table or result set.
true (1) if successful.
false (0) if unsuccessful.
The following example moves to the last row in a table:
tb.Open( &conn ); tb.AfterLast(); tb.Previous();