Accessing data with the table API

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

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

This section explains how to perform the following tasks using the Table API:

  • 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.


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