Contents Index AfterLast method Close method pdf/preface.pdf

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

BeforeFirst method


Prototype 

bool  BeforeFirst( )

Description 

Changes the cursor position to be before the first 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 first row of the table tb:

tb.BeforeFirst();
tb.Next();
See also 

AfterLast method

First method


Contents Index AfterLast method Close method pdf/preface.pdf