Contents Index SQL data types enumeration BeforeFirst method pdf/preface.pdf

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

AfterLast method


Prototype 

bool  AfterLast( )

Description 

Changes the cursor position to be after the last row in the current table or result set.

Returns 

true (1) if successful.

false (0) if unsuccessful.

Example 

The following example makes the current row the last row of the table tb:

tb.AfterLast();
tb.Previous();
See also 

BeforeFirst method

Last method


Contents Index SQL data types enumeration BeforeFirst method pdf/preface.pdf