Accessing data using ULTable class

UltraLite applications can access table data by executing SQL statements or using the ULTable class. This section describes data access using the ULTable class.

This section explains how to perform the following tasks using the ULTable class:

  • Scrolling through the rows of a table.

  • Accessing the values of the current row.

  • Using find and lookup methods to locate rows in a table.

  • Inserting, deleting, and updating rows.

For more information about accessing data by executing SQL statements, see Accessing data using SQL statements.


Navigating the rows of a table
UltraLite modes
Accessing the current row
Searching rows
Updating rows
Inserting rows
Deleting rows