Contents Index LastFetchOK method Open method pdf/preface.pdf

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

Next method


Prototype 

bool  Next( )

Description 

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

Returns 

true (1) if successful.

false (0) if unsuccessful.

Example 

The following example moves the cursor position to the first row in the table:

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

Previous method

Relative method


Contents Index LastFetchOK method Open method pdf/preface.pdf