UltraLite applications can access table data by executing SQL statements or using the ULTable class.
The following tasks can be performed 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.
Do not update the primary key of a row. Delete the row and add a new row instead.