Contents Index Open method Relative method pdf/preface.pdf

UltraLite User's Guide
  C++ API Reference
    ULCursor class

Previous method


Prototype 

bool  Previous( )

Description 

Moves the cursor position to the previous row in the table or result set.

Returns 

true (1) if successful.

false (0) if unsuccessful.

Example 

The following example moves to the last row in a table:

tb.Open( &conn );
tb.AfterLast();
tb.Previous();
See also 

Next method

Relative method


Contents Index Open method Relative method pdf/preface.pdf