Contents Index Working with the ULData and ULConnection objects Row ordering pdf/preface.pdf

UltraLite User's Guide
  Developing C++ API Applications
    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 Launching and closing UltraLite applications.


Row ordering

Contents Index Working with the ULData and ULConnection objects Row ordering pdf/preface.pdf