Data creation and modification using the ULTable class

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

This section explains how to perform the following tasks 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.

 See also

Row navigation
UltraLite modes
Row insertion
Updating rows
Searching rows with find and lookup
Access values of the current row
Deleting rows