Contents Index IsOpen method LastCodeOK method pdf/preface.pdf

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

Last method


Prototype 

bool  Last( )

Description 

Move the cursor to the last row in the table or result set.

Returns 

true (1) if successful.

false (0) if unsuccessful.

Example 

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

tb.Open( &conn );
tb.Last();
tb.Next();
See also 

AfterLast method

First method


Contents Index IsOpen method LastCodeOK method pdf/preface.pdf