Contents Index Working with the ULData and ULConnection objects Row ordering

UltraLite Static C++ User's Guide
  Data Access Using the C++ API
    Working with the C++ API classes

Using table and query classes


Each table or query is represented by a class. The API for accessing and modifying the rows in the table or query is based on a SQL cursor: a pointer to a position in the table or query.

The cursor can have the following positions:

You can move through the rows of the object using methods of the object, including Next() and Previous().

Palm Computing Platform developers 

If you are developing an application for the Palm Computing Platform, there are some extra considerations for how to use these objects.

For more information, see Maintaining state in UltraLite applications.


Row ordering

Contents Index Working with the ULData and ULConnection objects Row ordering