UltraLite applications can access table data using SQL statements or by using the ULTable class.
The following tasks can be performed using the Table API:
Scroll through the rows of a table.
Access the values of the current row.
Use find and lookup methods to locate rows in a table.
Insert, delete, and update rows.